From 5dea0334433b271c8cc207eaf07ac34f2b8e49ce Mon Sep 17 00:00:00 2001 From: lonerover Date: Thu, 22 Dec 2016 14:16:13 +0800 Subject: 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 --- src/nvim/testdir/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/testdir/Makefile') 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 \ -- cgit