File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Portable Makefile for running indent tests.
22
33VIM = vim
4+ VIMRUNTIME = ..
45
56# Run the tests that didn't run yet or failed previously.
67# If a test succeeds a testdir/*.out file will be written.
78# If a test fails a testdir/*.fail file will be written.
89test :
9- $(VIM ) --clean --not-a-term -u testdir/runtest.vim
10+ VIMRUNTIME= $( VIMRUNTIME ) $(VIM ) --clean --not-a-term -u testdir/runtest.vim
1011
1112
1213clean :
13- $(VIM ) --clean --not-a-term -u testdir/cleantest.vim
14+ VIMRUNTIME= $( VIMRUNTIME ) $(VIM ) --clean --not-a-term -u testdir/cleantest.vim
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+ 576 ,
795797/**/
796798 575 ,
797799/**/
You can’t perform that action at this time.
0 commit comments