File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,10 @@ newtests: $(NEW_TESTS)
120120
121121test_gui.res : test_gui.vim
122122 @echo " $( VIMPROG) " > vimcmd
123- $(VIMPROG ) -u NONE $(NO_INITS ) -S runtest.vim $<
123+ $(VIMPROG ) -u NONE $(NO_INITS ) -S runtest.vim $* .vim
124124 @del vimcmd
125125
126126test_gui_init.res : test_gui_init.vim
127127 @echo " $( VIMPROG) " > vimcmd
128- $(VIMPROG ) -u NONE -U gui_init.vim $(NO_PLUGINS ) -S runtest.vim $<
128+ $(VIMPROG ) -u NONE -U gui_init.vim $(NO_PLUGINS ) -S runtest.vim $* .vim
129129 @del vimcmd
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 362 ,
767769/**/
768770 361 ,
769771/**/
You can’t perform that action at this time.
0 commit comments