diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-05-17 02:16:56 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-17 02:16:56 -0400 |
| commit | 50cf32775d1fb4ca8fdd6e0c2cc0486f27b57c4e (patch) | |
| tree | e156b243f02ffc53d4f9ce4d1887f87ef0a61b31 /src/nvim/testdir/Makefile | |
| parent | 3f3a3cb65f02b8088dea911094421f8ce79e521a (diff) | |
| parent | ab60a73b6a9cdd5685161a80a797a567876cd40d (diff) | |
| download | rneovim-50cf32775d1fb4ca8fdd6e0c2cc0486f27b57c4e.tar.gz rneovim-50cf32775d1fb4ca8fdd6e0c2cc0486f27b57c4e.tar.bz2 rneovim-50cf32775d1fb4ca8fdd6e0c2cc0486f27b57c4e.zip | |
Merge pull request #4769 from jamessan/vim-7.4.1568
vim-patch:7.4.1568,7.4.1571,7.4.1728
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index b763a67347..7195c7e632 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -39,8 +39,9 @@ SCRIPTS := \ # Tests using runtest.vim.vim. # Keep test_alot*.res as the last one, sort the others. NEW_TESTS = \ - test_viml.res \ test_cursor_func.res \ + test_help_tagjump.res \ + test_viml.res \ test_alot.res SCRIPTS_GUI := test16.out |