File tree Expand file tree Collapse file tree 10 files changed +210
-182
lines changed
Expand file tree Collapse file tree 10 files changed +210
-182
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
4141 test_autocmd_option.out \
4242 test_autoformat_join.out \
4343 test_breakindent.out \
44- test_cdo.out \
4544 test_changelist.out \
4645 test_charsearch.out \
4746 test_close_count.out \
@@ -197,7 +196,6 @@ test_argument_count.out: test_argument_count.in
197196test_autocmd_option.out : test_autocmd_option.in
198197test_autoformat_join.out : test_autoformat_join.in
199198test_breakindent.out : test_breakindent.in
200- test_cdo.out : test_cdo.in
201199test_changelist.out : test_changelist.in
202200test_charsearch.out : test_charsearch.in
203201test_close_count.out : test_close_count.in
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
4040 test_autocmd_option.out \
4141 test_autoformat_join.out \
4242 test_breakindent.out \
43- test_cdo.out \
4443 test_changelist.out \
4544 test_charsearch.out \
4645 test_close_count.out \
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
6262 test_autocmd_option.out \
6363 test_autoformat_join.out \
6464 test_breakindent.out \
65- test_cdo.out \
6665 test_changelist.out \
6766 test_charsearch.out \
6867 test_close_count.out \
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
4242 test_autocmd_option.out \
4343 test_autoformat_join.out \
4444 test_breakindent.out \
45- test_cdo.out \
4645 test_changelist.out \
4746 test_charsearch.out \
4847 test_close_count.out \
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \
101101 test_autocmd_option.out \
102102 test_autoformat_join.out \
103103 test_breakindent.out \
104- test_cdo.out \
105104 test_changelist.out \
106105 test_charsearch.out \
107106 test_close_count.out \
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
4141 test_autocmd_option.out \
4242 test_autoformat_join.out \
4343 test_breakindent.out \
44- test_cdo.out \
4544 test_changelist.out \
4645 test_charsearch.out \
4746 test_close_count.out \
@@ -72,6 +71,7 @@ SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
7271 test_writefile.out
7372
7473NEW_TESTS = test_assert.res \
74+ test_cdo.res \
7575 test_alot.res
7676
7777SCRIPTS_GUI = test16.out
@@ -173,4 +173,4 @@ RUN_VIMTEST = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPR
173173newtests : $(NEW_TESTS )
174174
175175.vim.res :
176- $(RUN_VIMTEST ) -u runtest.vim $* .vim
176+ $(RUN_VIMTEST ) -S runtest.vim $* .vim
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments