forked from aniani/vim
updated for version 7.3.1308
Problem: Typos in MS-Windows build settings and README. Solution: Minor changes to MS-Windows files.
This commit is contained in:
@@ -282,7 +282,7 @@ No new features, just some fine tuning:
|
||||
occasionally still seems to happen, but it's more stable now).
|
||||
(Vince Negri)
|
||||
- Added support for the new CTRL-\ CTRL-N command of Vim 5.4a.
|
||||
This prevents Vim from beeping when a VisVim command is executed an Vim is
|
||||
This prevents Vim from beeping when a VisVim command is executed and Vim is
|
||||
not in insert mode.
|
||||
|
||||
|
||||
|
@@ -4,4 +4,4 @@ rem aka Microsoft Visual Studio 9.0.
|
||||
rem See INSTALLpc.txt for information.
|
||||
@echo on
|
||||
|
||||
call "%VS90COMNTOOLS%%vsvars32.bat"
|
||||
call "%VS90COMNTOOLS%vsvars32.bat"
|
||||
|
@@ -4,4 +4,4 @@ rem aka Microsoft Visual Studio 10.0.
|
||||
rem See INSTALLpc.txt for information.
|
||||
@echo on
|
||||
|
||||
call "%VS100COMNTOOLS%%vsvars32.bat"
|
||||
call "%VS100COMNTOOLS%vsvars32.bat"
|
||||
|
@@ -728,6 +728,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1308,
|
||||
/**/
|
||||
1307,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user