File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,4 +114,6 @@ bench_re_freeze.out: bench_re_freeze.vim
114114newtests : $(NEW_TESTS )
115115
116116.vim.res :
117+ @echo " $( VIMPROG) " > vimcmd
117118 $(VIMPROG ) -u NONE $(NO_PLUGIN ) -S runtest.vim $* .vim
119+ @del vimcmd
Original file line number Diff line number Diff line change @@ -48,21 +48,21 @@ $(SCRIPTS) $(SCRIPTS_GUI) $(SCRIPTS_WIN32) $(NEW_TESTS): $(SCRIPTS_FIRST)
4848.SUFFIXES : .in .out .res .vim
4949
5050vimall : fixff $(SCRIPTS_FIRST ) $(SCRIPTS ) $(SCRIPTS_GUI ) $(SCRIPTS_WIN32 ) newtests
51- echo ALL DONE
51+ @ echo ALL DONE
5252
5353nongui : fixff nolog $(SCRIPTS_FIRST ) $(SCRIPTS ) newtests
54- echo ALL DONE
54+ @ echo ALL DONE
5555
5656benchmark : $(SCRIPTS_BENCH )
5757
5858small : nolog
59- echo ALL DONE
59+ @ echo ALL DONE
6060
6161gui : fixff nolog $(SCRIPTS_FIRST ) $(SCRIPTS ) $(SCRIPTS_GUI ) newtests
62- echo ALL DONE
62+ @ echo ALL DONE
6363
6464win32 : fixff nolog $(SCRIPTS_FIRST ) $(SCRIPTS ) $(SCRIPTS_WIN32 ) newtests
65- echo ALL DONE
65+ @ echo ALL DONE
6666
6767# TODO: find a way to avoid changing the distributed files.
6868fixff :
@@ -117,5 +117,7 @@ bench_re_freeze.out: bench_re_freeze.vim
117117newtests : $(NEW_TESTS )
118118
119119.vim.res :
120+ @echo " $( VIMPROG) " > vimcmd
120121 $(VIMPROG ) -u NONE $(NO_PLUGIN ) -S runtest.vim $* .vim
122+ @$(DEL ) vimcmd
121123
Original file line number Diff line number Diff line change @@ -763,6 +763,8 @@ static char *(features[]) =
763763
764764static int included_patches [] =
765765{ /* Add new patch number below this line */
766+ /**/
767+ 2168 ,
766768/**/
767769 2167 ,
768770/**/
You can’t perform that action at this time.
0 commit comments