]> granicus.if.org Git - vim/commitdiff
patch 8.0.0070 v8.0.0070
authorBram Moolenaar <Bram@vim.org>
Mon, 7 Nov 2016 21:13:32 +0000 (22:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 7 Nov 2016 21:13:32 +0000 (22:13 +0100)
Problem:    Tests referred in Makefile that no longer exist.
Solution:   Remove test71 and test74 entries. (Michael Soyka)

src/testdir/Make_ming.mak
src/version.c

index 33306910add014a7dd9278f24356f3359f796896..ab6a60b9245c655aacc64ec1799a0f8729fd842c 100644 (file)
@@ -68,7 +68,7 @@ win32:        fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) newtests
 fixff:
        -$(VIMPROG) -u dos.vim $(NO_PLUGIN) "+argdo set ff=dos|upd" +q *.in *.ok
        -$(VIMPROG) -u dos.vim $(NO_PLUGIN) "+argdo set ff=unix|upd" +q \
-               dotest.in test60.ok test71.ok test74.ok test_listchars.ok \
+               dotest.in test60.ok test_listchars.ok \
                test_getcwd.ok test_wordcount.ok
 
 clean:
index c698e446b2c619f4af76b5e801bb150d1b6c0652..19a22f325d0ad9bbe5830bf512e647e386bf1d29 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    70,
 /**/
     69,
 /**/