diff options
| author | James McCoy <jamessan@jamessan.com> | 2016-12-08 09:18:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-08 09:18:51 -0500 |
| commit | 49d29526587b587d08e2883b060c756637e891a2 (patch) | |
| tree | 0865446cf230fb1e10b57509a063453b6a51584f /src/nvim/testdir/Makefile | |
| parent | adf29cef721d07fa812bca8abf6f1f169b3f877e (diff) | |
| parent | 63c46c11062f5c720644d9bb419f42b0a6d837c8 (diff) | |
| download | rneovim-49d29526587b587d08e2883b060c756637e891a2.tar.gz rneovim-49d29526587b587d08e2883b060c756637e891a2.tar.bz2 rneovim-49d29526587b587d08e2883b060c756637e891a2.zip | |
Merge pull request #5659 from brcolow/vim-7.4.1685
vim-patch:7.4.[1685,2163,2217,2269],8.0.00[33,40]
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 b2a512013b..dba8a8a877 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -37,13 +37,14 @@ NEW_TESTS = \ test_help_tagjump.res \ test_history.res \ test_langmap.res \ + test_match.res \ + test_matchadd_conceal.res \ test_syntax.res \ test_usercommands.res \ test_timers.res \ test_viml.res \ test_visual.res \ test_window_id.res \ - test_matchadd_conceal.res \ test_alot.res SCRIPTS_GUI := test16.out |