diff options
| author | James McCoy <jamessan@jamessan.com> | 2016-10-20 09:40:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-20 09:40:07 -0400 |
| commit | 978c1fd11fa9709593f4e0539fda7d572c73b9d6 (patch) | |
| tree | 772c7cbb9cfb9a3c81f956cdad9b3758a4e9273a /src/nvim/testdir/Makefile | |
| parent | e19234f391f7dc9259dbd1115a70868e3b54577d (diff) | |
| parent | 73da9fdafddfe861bc2afdc300be1d4bc810cf7d (diff) | |
| download | rneovim-978c1fd11fa9709593f4e0539fda7d572c73b9d6.tar.gz rneovim-978c1fd11fa9709593f4e0539fda7d572c73b9d6.tar.bz2 rneovim-978c1fd11fa9709593f4e0539fda7d572c73b9d6.zip | |
Merge pull request #5503 from jamessan/vim-7.4.1494
vim-patch:7.4.1494
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 4d21887240..67e7c97905 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -34,6 +34,7 @@ NEW_TESTS = \ test_cscope.res \ test_hardcopy.res \ test_help_tagjump.res \ + test_history.res \ test_langmap.res \ test_syntax.res \ test_usercommands.res \ |