comparison .gitignore @ 16451:7ae2396cef62 v8.1.1230

patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe commit https://github.com/vim/vim/commit/afde13b62b8fa25dac4635d5caee8d088b937ee0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 28 19:46:49 2019 +0200 patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe Problem: A lot of code is shared between vim.exe and gvim.exe. Solution: Optionally put the shared code in vim.dll. (Ken Takata, closes #4287)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Apr 2019 20:00:10 +0200
parents 85705008bb7a
children 4a8a9664817d
comparison
equal deleted inserted replaced
16450:bf74bce807e8 16451:7ae2396cef62
31 *.ilk 31 *.ilk
32 *.sln 32 *.sln
33 *.suo 33 *.suo
34 *.res 34 *.res
35 *.RES 35 *.RES
36 vim*.dll
37 vim*.lib
36 src/if_perl.c 38 src/if_perl.c
37 src/pathdef.c 39 src/pathdef.c
38 src/Obj*/pathdef.c 40 src/Obj*/pathdef.c
39 gvimext.dll 41 gvimext.dll
40 gvimext.lib 42 gvimext.lib