diff options
| author | lonerover <pathfinder1644@yahoo.com> | 2016-12-22 14:16:13 +0800 |
|---|---|---|
| committer | lonerover <pathfinder1644@yahoo.com> | 2016-12-22 15:00:58 +0800 |
| commit | 5dea0334433b271c8cc207eaf07ac34f2b8e49ce (patch) | |
| tree | 4847831f8aefd45a13629b1e6315019321ffc578 /src/nvim/testdir/Makefile | |
| parent | 33319b1bf012652cd04e47bf9d5ac216408703e2 (diff) | |
| download | rneovim-5dea0334433b271c8cc207eaf07ac34f2b8e49ce.tar.gz rneovim-5dea0334433b271c8cc207eaf07ac34f2b8e49ce.tar.bz2 rneovim-5dea0334433b271c8cc207eaf07ac34f2b8e49ce.zip | |
vim-patch:7.4.2123
Problem: No new style test for diff mode.
Solution: Add a test. Check that folds are in sync.
https://github.com/vim/vim/commit/42093c0ec52e6ff29e80aae65ac6a744c7de79bb
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index dba8a8a877..0118597eb8 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -17,7 +17,6 @@ SCRIPTS := \ test37.out \ test40.out \ test42.out \ - test47.out \ test48.out \ test49.out \ test52.out \ @@ -33,6 +32,7 @@ SCRIPTS := \ NEW_TESTS = \ test_cscope.res \ test_cmdline.res \ + test_diffmode.res \ test_hardcopy.res \ test_help_tagjump.res \ test_history.res \ |