diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-30 16:16:54 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-30 16:16:54 +0200 |
commit | 42093c0ec52e6ff29e80aae65ac6a744c7de79bb (patch) | |
tree | b74f9656b465fc84bba544cba5b6123057843ab8 /src/testdir/Make_all.mak | |
parent | b822cb0f93177bb045b221f607aee735f08ce428 (diff) | |
download | vim-42093c0ec52e6ff29e80aae65ac6a744c7de79bb.zip |
patch 7.4.2123
Problem: No new style test for diff mode.
Solution: Add a test. Check that folds are in sync.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index ced52e0a3..2965b708d 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -43,7 +43,6 @@ SCRIPTS_ALL = \ test44.out \ test45.out \ test46.out \ - test47.out \ test48.out \ test51.out \ test53.out \ @@ -168,6 +167,7 @@ NEW_TESTS = test_arglist.res \ test_channel.res \ test_cmdline.res \ test_cscope.res \ + test_diffmode.res \ test_digraph.res \ test_farsi.res \ test_gn.res \ |