diff options
| author | Michael Ennen <mike.ennen@gmail.com> | 2016-12-06 16:54:59 -0700 |
|---|---|---|
| committer | Michael Ennen <mike.ennen@gmail.com> | 2016-12-06 17:02:13 -0700 |
| commit | 629e788b3689698f8cd96a71b0d5421d7456e770 (patch) | |
| tree | a19287e5a5f49046309157bbe9c10e7ddc768e88 /src/nvim/testdir/Makefile | |
| parent | 6fea2dfd26cb902d7b2f52f53ccca9befef2b442 (diff) | |
| download | rneovim-629e788b3689698f8cd96a71b0d5421d7456e770.tar.gz rneovim-629e788b3689698f8cd96a71b0d5421d7456e770.tar.bz2 rneovim-629e788b3689698f8cd96a71b0d5421d7456e770.zip | |
vim-patch:7.4.2163
Problem: match() and related functions tested with old style test.
Solution: Convert to new style test. (Hirohito Higashi)
https://github.com/vim/vim/commit/d76a0c15f8bdbc901015879177fd5076d34c7a06
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 |