diff options
| author | James McCoy <jamessan@jamessan.com> | 2016-05-16 21:58:42 -0400 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2016-05-17 00:04:40 -0400 |
| commit | 850f91c51c7f4cd852e713ee1802bc9ab170d5cb (patch) | |
| tree | 3725f8c9a085ce2d1416f55519610605c3cfc207 /src/nvim/testdir/Makefile | |
| parent | 10c819d453ec94477acfc0f6a52166b090482bbb (diff) | |
| download | rneovim-850f91c51c7f4cd852e713ee1802bc9ab170d5cb.tar.gz rneovim-850f91c51c7f4cd852e713ee1802bc9ab170d5cb.tar.bz2 rneovim-850f91c51c7f4cd852e713ee1802bc9ab170d5cb.zip | |
vim-patch:7.4.1571
patch 7.4.1571
Problem: No test for ":help"
Solution: Add a test for what 7.4.1568 fixed. (Higashi Higashi)
https://github.com/vim/vim/commit/8e15ffcde757ffc6cfe8b5e384948b3278e9af33
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 |