# HG changeset patch # User Christian Brabandt # Date 1489441504 -3600 # Node ID 003e7ade488f3395a0893529b458607c0498231f # Parent 95c646fd8d9b08eb77f52af8ad260ea778b9b79d patch 8.0.0456: typo in MinGW test makefile commit https://github.com/vim/vim/commit/84be8b66604ef28c0e249284da3c6f0cab1c25ae Author: Bram Moolenaar 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) diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak --- 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 diff --git a/src/version.c b/src/version.c --- 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,