diff options
| author | James McCoy <jamessan@jamessan.com> | 2016-10-04 13:14:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-04 13:14:56 -0400 |
| commit | b1edc8abb7e0f11064fde9d4b208fb06f0c16a35 (patch) | |
| tree | 04d1de6c6dbf077f191c41ee67bea89c7c4a0afd /src/nvim/testdir/Makefile | |
| parent | eeec0cab584864ea2dbd3e9fe9e4a9d6a69dbff8 (diff) | |
| parent | a20a00459c8e9272f6dc9b09f42b7ff329da0eea (diff) | |
| download | rneovim-b1edc8abb7e0f11064fde9d4b208fb06f0c16a35.tar.gz rneovim-b1edc8abb7e0f11064fde9d4b208fb06f0c16a35.tar.bz2 rneovim-b1edc8abb7e0f11064fde9d4b208fb06f0c16a35.zip | |
Merge pull request #5366 from NovaDev94/vim-7.4.1740
vim-patch:7.4.1740
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 10d26bd8cf..4d21887240 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -41,6 +41,7 @@ NEW_TESTS = \ test_viml.res \ test_visual.res \ test_window_id.res \ + test_matchadd_conceal.res \ test_alot.res SCRIPTS_GUI := test16.out |