summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-13 22:41:42 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-13 22:41:42 +0100
commit84be8b66604ef28c0e249284da3c6f0cab1c25ae (patch)
tree340174e1cd4470c69c6bb0a715799045dfcab1e4
parent26a280c47a1c6e32cdced79032dc495c60710d0d (diff)
downloadvim-git-84be8b66604ef28c0e249284da3c6f0cab1c25ae.tar.gz
patch 8.0.0456: typo in MinGW test makefilev8.0.0456
Problem: Typo in MinGW test makefile. Solution: Change an underscore to a dot. (Michael Soyka)
-rw-r--r--src/testdir/Make_ming.mak2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak
index 7e13c0f78..dbf94f055 100644
--- 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
index 4f0066bf8..56c66b551 100644
--- 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,