diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-06 22:06:35 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-06 22:06:35 +0200 |
commit | 6384c5db8dda70076c878d393ba19a1510695228 (patch) | |
tree | d58c7b41c533e597255fc6ff73c8e2a2200c9f9a /Makefile | |
parent | 100f5c90f4d4fb40bc3aeabc35192db371f5988f (diff) | |
download | vim-git-6384c5db8dda70076c878d393ba19a1510695228.tar.gz |
patch 7.4.2340v7.4.2340
Problem: MS-Windows: Building with Ruby uses old version.
Solution: Update to 2.2.X. Use clearer name for the API version. (Ken
Takata)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ MINOR = 4 # - Move gvim.pdb to here. # - Copy "GvimExt/gvimext.dll" to here. # - Delete vimrun.exe, install.exe and uninstal.exe. -# Win32 GUI version with OLE, PERL, TCL, PYTHON and dynamic IME: +# Win32 GUI version with OLE, PERL, Ruby, TCL, PYTHON and dynamic IME: # - Install the interfaces you want, see src/INSTALLpc.txt # - Build: # > cd src |