diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-02-10 09:53:45 -0500 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-02-10 09:53:45 -0500 |
| commit | af6bc3b3bfaa3c8b170648deddab3fdf4ea03735 (patch) | |
| tree | 48bf6d51405a76af0259d9cadc1cce73f1c0b2cb /src/nvim/testdir/Makefile | |
| parent | 3677189bfc1978b3b55f70d75d93bae54fa1f704 (diff) | |
| download | rneovim-af6bc3b3bfaa3c8b170648deddab3fdf4ea03735.tar.gz rneovim-af6bc3b3bfaa3c8b170648deddab3fdf4ea03735.tar.bz2 rneovim-af6bc3b3bfaa3c8b170648deddab3fdf4ea03735.zip | |
Re-add upstream's test_increment.vim
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 bca18adef8..55ee653a1e 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -37,6 +37,7 @@ NEW_TESTS = \ test_hardcopy.res \ test_help_tagjump.res \ test_history.res \ + test_increment.res \ test_increment_dbcs.res \ test_langmap.res \ test_match.res \ |