]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.648 v7.4.648
authorBram Moolenaar <Bram@vim.org>
Fri, 27 Feb 2015 21:12:34 +0000 (22:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 Feb 2015 21:12:34 +0000 (22:12 +0100)
Problem:    Tests broken on MS-Windows.
Solution:   Delete wrong copy line. (Ken Takata)

src/testdir/Make_dos.mak
src/version.c

index 55bf77ec6b51fc9b9d22f1aa307c956b11ee7e78..4b17f96f4ba4607a1986731421afaa1bb9f84e8b 100644 (file)
@@ -84,7 +84,6 @@ $(DOSTMP_INFILES): $(*B).in
 $(TEST_OUTFILES): $(DOSTMP)\$(*B).in
        -@if exist test.out DEL test.out
        move $(*B).in $(*B).in.bak
-       copy $*.in $(*B).in
        copy $(DOSTMP)\$(*B).in $(*B).in
        copy $(*B).ok test.ok
        $(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $(*B).in
index 21215ae3a1084e0ae600b26627787d1f7ace3e28..ac5f6770dea32a849adb5b5fb55ce04babacc7ae 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    648,
 /**/
     647,
 /**/