File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ VIM = vim
66# If a test succeeds a testdir/*.out file will be written.
77# If a test fails a testdir/*.fail file will be written.
88test :
9- $(VIM ) --not-a-term -u testdir/runtest.vim
9+ $(VIM ) --clean -- not-a-term -u testdir/runtest.vim
1010
1111
1212clean :
13- $(VIM ) --not-a-term -u testdir/cleantest.vim
13+ $(VIM ) --clean -- not-a-term -u testdir/cleantest.vim
Original file line number Diff line number Diff line change 1- " Runs all the indent tests for which there is no .out file
1+ " Runs all the indent tests for which there is no .out file.
2+ "
3+ " Current directory must be runtime/indent.
24
35set nocp
46filetype indent on
Original file line number Diff line number Diff line change @@ -792,6 +792,8 @@ static char *(features[]) =
792792
793793static int included_patches [] =
794794{ /* Add new patch number below this line */
795+ /**/
796+ 545 ,
795797/**/
796798 544 ,
797799/**/
You can’t perform that action at this time.
0 commit comments