Skip to content

Commit 57d7971

Browse files
committed
patch 7.4.980
Problem: Tests for :cdo, :ldo, etc. are outdated. Solution: Add new style tests for these commands. (Yegappan Lakshmanan)
1 parent 4a8c2cf commit 57d7971

File tree

10 files changed

+210
-182
lines changed

10 files changed

+210
-182
lines changed

src/testdir/Make_amiga.mak

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
197196
test_autocmd_option.out: test_autocmd_option.in
198197
test_autoformat_join.out: test_autoformat_join.in
199198
test_breakindent.out: test_breakindent.in
200-
test_cdo.out: test_cdo.in
201199
test_changelist.out: test_changelist.in
202200
test_charsearch.out: test_charsearch.in
203201
test_close_count.out: test_close_count.in

src/testdir/Make_dos.mak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

src/testdir/Make_ming.mak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

src/testdir/Make_os2.mak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

src/testdir/Make_vms.mms

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

src/testdir/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7473
NEW_TESTS = test_assert.res \
74+
test_cdo.res \
7575
test_alot.res
7676

7777
SCRIPTS_GUI = test16.out
@@ -173,4 +173,4 @@ RUN_VIMTEST = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPR
173173
newtests: $(NEW_TESTS)
174174

175175
.vim.res:
176-
$(RUN_VIMTEST) -u runtest.vim $*.vim
176+
$(RUN_VIMTEST) -S runtest.vim $*.vim

src/testdir/test_cdo.in

Lines changed: 0 additions & 108 deletions
This file was deleted.

src/testdir/test_cdo.ok

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)