diff options
| author | James McCoy <jamessan@jamessan.com> | 2016-06-09 21:57:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-09 21:57:32 -0400 |
| commit | a581364acc301a7145991b3c6d33f0a2489abff5 (patch) | |
| tree | f1e99f7fa5ddc5651348fa5f8494ffe38fa320e3 /src/nvim/testdir/Makefile | |
| parent | b3f6b3075188860454e6000c765f8483c5ca782a (diff) | |
| parent | 7db5ad4e4d4337e5ebbdf581a90af24126356ed2 (diff) | |
| download | rneovim-a581364acc301a7145991b3c6d33f0a2489abff5.tar.gz rneovim-a581364acc301a7145991b3c6d33f0a2489abff5.tar.bz2 rneovim-a581364acc301a7145991b3c6d33f0a2489abff5.zip | |
Merge pull request #4802 from brcolow/vim-7.4.1090
vim-patch:7.4.{1090,1094}
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 4c4b46e159..4b0b5e8d26 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -34,6 +34,7 @@ SCRIPTS := \ # Keep test_alot*.res as the last one, sort the others. NEW_TESTS = \ test_cursor_func.res \ + test_hardcopy.res \ test_help_tagjump.res \ test_langmap.res \ test_menu.res \ |