]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.930 v7.3.930
authorBram Moolenaar <Bram@vim.org>
Tue, 7 May 2013 03:11:17 +0000 (05:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 7 May 2013 03:11:17 +0000 (05:11 +0200)
Problem:    MSVC 2012 update is not recognized.
Solution:   Update the version in the makefile. (Raymond Ko)

src/Make_mvc.mak
src/version.c

index 36da162225c58f4482be3a2210e62c7da8834386..2a4a3e8c458c4433563b2447949a5d3fe1240bca 100644 (file)
@@ -416,6 +416,9 @@ MSVCVER = 11.0
 !if "$(_NMAKE_VER)" == "11.00.51106.1"
 MSVCVER = 11.0
 !endif
+!if "$(_NMAKE_VER)" == "11.00.60315.1"
+MSVCVER = 11.0
+!endif
 !endif
 
 # Abort building VIM if version of VC is unrecognised.
index 30ac9a85e9915d0bd219769229215c39bdeaf316..3bf2512142b36f0047a5715adb40242e63535bb3 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    930,
 /**/
     929,
 /**/