Skip to content

Commit 84be8b6

Browse files
committed
patch 8.0.0456: typo in MinGW test makefile
Problem: Typo in MinGW test makefile. Solution: Change an underscore to a dot. (Michael Soyka)
1 parent 26a280c commit 84be8b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/Make_ming.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ test_gui.res: test_gui.vim
129129

130130
test_gui_init.res: test_gui_init.vim
131131
@echo "$(VIMPROG)" > vimcmd
132-
$(VIMPROG) -u gui_preinit_vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
132+
$(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
133133
@$(DEL) vimcmd
134134

135135
opt_test.vim: ../option.c gen_opt_test.vim

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
456,
767769
/**/
768770
455,
769771
/**/

0 commit comments

Comments
 (0)