We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a280c commit 84be8b6Copy full SHA for 84be8b6
src/testdir/Make_ming.mak
@@ -129,7 +129,7 @@ test_gui.res: test_gui.vim
129
130
test_gui_init.res: test_gui_init.vim
131
@echo "$(VIMPROG)" > vimcmd
132
- $(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 $<
133
@$(DEL) vimcmd
134
135
opt_test.vim: ../option.c gen_opt_test.vim
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 456,
769
/**/
770
455,
771
0 commit comments