changeset 11138:003e7ade488f v8.0.0456

patch 8.0.0456: typo in MinGW test makefile commit https://github.com/vim/vim/commit/84be8b66604ef28c0e249284da3c6f0cab1c25ae Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 13 22:41:42 2017 +0100 patch 8.0.0456: typo in MinGW test makefile Problem: Typo in MinGW test makefile. Solution: Change an underscore to a dot. (Michael Soyka)
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Mar 2017 22:45:04 +0100
parents 95c646fd8d9b
children 30a2d8730a13
files src/testdir/Make_ming.mak src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -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
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    456,
+/**/
     455,
 /**/
     454,