]> granicus.if.org Git - vim/commitdiff
patch 8.0.0456: typo in MinGW test makefile v8.0.0456
authorBram Moolenaar <Bram@vim.org>
Mon, 13 Mar 2017 21:41:42 +0000 (22:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 13 Mar 2017 21:41:42 +0000 (22:41 +0100)
Problem:    Typo in MinGW test makefile.
Solution:   Change an underscore to a dot. (Michael Soyka)

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

index 7e13c0f787e33416229feea04eff6db73d6bd058..dbf94f055908bda3cb55d49be56d881afde4085c 100644 (file)
@@ -129,7 +129,7 @@ test_gui.res: test_gui.vim
 
 test_gui_init.res: test_gui_init.vim
        @echo "$(VIMPROG)" > vimcmd
-       $(VIMPROG) -u gui_preinit_vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
+       $(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
        @$(DEL) vimcmd
 
 opt_test.vim: ../option.c gen_opt_test.vim
index 4f0066bf8123e526b14f8d92c49972ffe4e140d1..56c66b551795fad8d0a4a7b1f5c2002691296c4f 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    456,
 /**/
     455,
 /**/