diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-01 21:57:09 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-01 21:57:09 +0200 |
commit | 8cd213c09a3598834888d81deb45ff17e6654a86 (patch) | |
tree | 867353b3474346210f6de33ad2b5b01936a4460d /src/Make_mvc.mak | |
parent | 83d09bb85e471135222f79b15de549f435e73fae (diff) | |
download | vim-8cd213c09a3598834888d81deb45ff17e6654a86.zip |
Fix completion of file names with '%' and '*'.
Diffstat (limited to 'src/Make_mvc.mak')
-rw-r--r-- | src/Make_mvc.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index 5a123a8d9..14c46ed52 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -208,7 +208,7 @@ MAKEFLAGS_GVIMEXT = DEBUG=yes !include <Win32.mak> -# May turn on Win64 compatibility warnings for VC7.x and VC8. +# Flag to turn on Win64 compatibility warnings for VC7.x and VC8. WP64CHECK = /Wp64 #>>>>> path of the compiler and linker; name of include and lib directories |