diff options
| author | watiko <service@mail.watiko.net> | 2016-01-10 23:46:04 +0900 |
|---|---|---|
| committer | watiko <service@mail.watiko.net> | 2016-01-15 23:50:04 +0900 |
| commit | 1231f0b0015cdcdf344eb815743c4c0dc89ba9ec (patch) | |
| tree | 90fad491419b3a29637d85ea0d147c1ad0f2a9e4 /src/nvim/testdir/Makefile | |
| parent | 85d06fef16894a0489467325b177f36ea750d6cf (diff) | |
| download | rneovim-1231f0b0015cdcdf344eb815743c4c0dc89ba9ec.tar.gz rneovim-1231f0b0015cdcdf344eb815743c4c0dc89ba9ec.tar.bz2 rneovim-1231f0b0015cdcdf344eb815743c4c0dc89ba9ec.zip | |
vim-patch:7.4.980
Problem: Tests for :cdo, :ldo, etc. are outdated.
Solution: Add new style tests for these commands. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/57d7971b5f1621071176eea81cdb0d1fc50c925d
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 8edbe303f2..791e1d90cd 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -29,9 +29,8 @@ SCRIPTS := test_eval.out \ test_charsearch.out \ test_close_count.out \ test_command_count.out \ - test_cdo.out \ -NEW_TESTS = +NEW_TESTS = test_cdo.res SCRIPTS_GUI := test16.out @@ -165,4 +164,4 @@ newtests: newtestssilent newtestssilent: $(NEW_TESTS) %.res: %.vim .gdbinit - $(RUN_VIMTEST) -u runtest.vim $*.vim + $(RUN_VIMTEST) -S runtest.vim $*.vim |