diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-04-15 20:07:50 +0200 |
---|---|---|
committer | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-04-15 20:17:07 +0200 |
commit | 2c827cea121555988b2a7e5174d971ba2dcd3f61 (patch) | |
tree | d1e996fd7425dbf1427491eb40fc6265f8fa6f1a | |
parent | 1b1960ab903b6ad53f72dc2aaac9a7f93e631bfd (diff) | |
download | rneovim-2c827cea121555988b2a7e5174d971ba2dcd3f61.tar.gz rneovim-2c827cea121555988b2a7e5174d971ba2dcd3f61.tar.bz2 rneovim-2c827cea121555988b2a7e5174d971ba2dcd3f61.zip |
Add new style test test_viml.vim to the build
-rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index ec236e72b4..55a49122d5 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -38,7 +38,7 @@ SCRIPTS := \ test_marks.out \ test_match_conceal.out \ -NEW_TESTS = +NEW_TESTS = test_viml.res SCRIPTS_GUI := test16.out |