File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ nongui: /tmp $(SCRIPTS_FIRST) $(SCRIPTS)
2626 csh -c echo ALL DONE
2727
2828clean :
29- csh -c \r m -rf * .out /tmp/ * Xdotest small.vim tiny.vim mbyte.vim test.ok viminfo
29+ csh -c \r m -rf * .out Xdir1 Xfind XfakeHOME Xdotest small.vim tiny.vim mbyte.vim test.ok viminfo
3030
3131.in.out :
3232 copy $* .ok test.ok
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ RM_ON_START = tiny.vim small.vim mbyte.vim mzscheme.vim test.ok benchmark.out
8484RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE ) ; export VIMRUNTIME; $(VALGRIND ) $(VIMPROG ) -f $(GUI_FLAG ) -u unix.vim $(NO_INITS ) -s dotest.in
8585
8686clean :
87- -rm -rf * .out * .failed * .res * .rej * .orig
87+ -rm -rf * .out * .failed * .res * .rej * .orig XfakeHOME Xdir1 Xfind
8888 -rm -f opt_test.vim test.log test_result.log messages
8989 -rm -f $(RM_ON_RUN ) $(RM_ON_START )
9090 -rm -f valgrind.*
Original file line number Diff line number Diff line change @@ -777,6 +777,8 @@ static char *(features[]) =
777777
778778static int included_patches [] =
779779{ /* Add new patch number below this line */
780+ /**/
781+ 1637 ,
780782/**/
781783 1636 ,
782784/**/
You can’t perform that action at this time.
0 commit comments