diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-02-10 19:02:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-10 19:02:08 -0500 |
| commit | 4baa059605a33ecf98ef873dfa742e747b0c77b6 (patch) | |
| tree | d09f30ad24d95303367726149d95607f8853e456 /src/nvim/testdir/Makefile | |
| parent | 99cadb7d27d397a21ae9fe47c763381486e4e126 (diff) | |
| parent | 714db8bd6c525124d7aa1f0a3d9e3f01ee1cb73b (diff) | |
| download | rneovim-4baa059605a33ecf98ef873dfa742e747b0c77b6.tar.gz rneovim-4baa059605a33ecf98ef873dfa742e747b0c77b6.tar.bz2 rneovim-4baa059605a33ecf98ef873dfa742e747b0c77b6.zip | |
Merge pull request #6089 from jamessan/vim-7.4.1948
vim-patch:7.4.1948,7.4.1954,7.4.1962
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 59c93f1673..55ee653a1e 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -37,6 +37,8 @@ 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 \ test_matchadd_conceal.res \ |