diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-02-27 20:50:52 -0500 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-02-27 20:52:42 -0500 |
| commit | ad202b8401562df9c1aec75f1ad14bddea5b06d6 (patch) | |
| tree | dd6fd34917c63e9eabb5ad60ea8042c4ef6df8db /src/nvim/testdir/Makefile | |
| parent | 1371e19e2bcaa128f9f709dcf234460bc92a70a6 (diff) | |
| download | rneovim-ad202b8401562df9c1aec75f1ad14bddea5b06d6.tar.gz rneovim-ad202b8401562df9c1aec75f1ad14bddea5b06d6.tar.bz2 rneovim-ad202b8401562df9c1aec75f1ad14bddea5b06d6.zip | |
vim-patch:7.4.2098
Problem: Text object tests are old style.
Solution: Turn them into new style tests. (James McCoy, closes vim/vim#941)
https://github.com/vim/vim/commit/00b24be454800f544676aa8850fb4378a568901e
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 6f4e0fe49f..7a2360f340 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -41,13 +41,14 @@ NEW_TESTS ?= \ test_history.res \ test_increment.res \ test_increment_dbcs.res \ - test_lambda.res \ + test_lambda.res \ test_langmap.res \ test_match.res \ test_matchadd_conceal.res \ test_quickfix.res \ test_signs.res \ test_syntax.res \ + test_textobjects.res \ test_timers.res \ test_usercommands.res \ test_viml.res \ |