diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-12-28 14:04:47 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-12-28 14:04:47 +0100 |
commit | 57d7971b5f1621071176eea81cdb0d1fc50c925d (patch) | |
tree | 62bacd1dbe901df3d3d34981e181fed39b4bf0b2 /src/testdir/Make_vms.mms | |
parent | 4a8c2cfc56b9affc36934aa0f20d8cfd2b1511c8 (diff) | |
download | vim-57d7971b5f1621071176eea81cdb0d1fc50c925d.zip |
patch 7.4.980
Problem: Tests for :cdo, :ldo, etc. are outdated.
Solution: Add new style tests for these commands. (Yegappan Lakshmanan)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r-- | src/testdir/Make_vms.mms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index 990ae5f57..70ba14876 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms @@ -101,7 +101,6 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \ test_autocmd_option.out \ test_autoformat_join.out \ test_breakindent.out \ - test_cdo.out \ test_changelist.out \ test_charsearch.out \ test_close_count.out \ |