]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.079 v7.3.079
authorBram Moolenaar <Bram@vim.org>
Wed, 8 Dec 2010 13:55:02 +0000 (14:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 8 Dec 2010 13:55:02 +0000 (14:55 +0100)
Problem:    Duplicate lines in makefile.
Solution:   Remove the lines. (Hong Xu)

src/Make_mvc.mak
src/version.c

index a353a9cff966d6ceeb8b18c17a7603915fcad984..5b25004b165f9d50de3e223435aaa8491a9d127e 100644 (file)
@@ -380,9 +380,6 @@ MSVCVER = 10.0
 !if "$(_NMAKE_VER)" == "10.00.30319.01"
 MSVCVER = 10.0
 !endif
-!if "$(_NMAKE_VER)" == "9.00.30729.01"
-MSVCVER = 9.0
-!endif
 !endif
 
 # Abort bulding VIM if version of VC is unrecognised.
index 9cd521a0c76212e446b9d951b1b1bfbf71f1732d..c6bdc598cced047fef195519be342e15142ed9fb 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    79,
 /**/
     78,
 /**/