1
0
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:
Bram Moolenaar
2013-07-04 22:50:40 +02:00
parent ba46075731
commit 94f76b7fd6
9 changed files with 38 additions and 54 deletions

View File

@@ -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.

View File

@@ -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"

View File

@@ -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"

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1308,
/**/
1307,
/**/