diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-27 13:16:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-27 13:16:17 +0200 |
| commit | 2b1398c31ea9ab9f4aaa40188f24d7e76a519e2d (patch) | |
| tree | 74552b2241849c83e926d4bf4cb7bd8bceb71c9e /src/nvim/testdir/Makefile | |
| parent | edc80f6b46f51ea1137289301914c0f90db19295 (diff) | |
| parent | 9cd7e199048161c5224aca885af8b7945236392d (diff) | |
| download | rneovim-2b1398c31ea9ab9f4aaa40188f24d7e76a519e2d.tar.gz rneovim-2b1398c31ea9ab9f4aaa40188f24d7e76a519e2d.tar.bz2 rneovim-2b1398c31ea9ab9f4aaa40188f24d7e76a519e2d.zip | |
Merge #6372 from lonerover/vim-7.4.2307
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 531a07912f..fd557cca51 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -30,6 +30,7 @@ SCRIPTS ?= \ NEW_TESTS ?= \ test_autocmd.res \ test_bufwintabinfo.res \ + test_charsearch.res \ test_cmdline.res \ test_command_count.res \ test_cscope.res \ @@ -37,6 +38,7 @@ NEW_TESTS ?= \ test_diffmode.res \ test_farsi.res \ test_filter_map.res \ + test_fnameescape.res \ test_fold.res \ test_glob2regpat.res \ test_gn.res \ @@ -55,6 +57,7 @@ NEW_TESTS ?= \ test_normal.res \ test_quickfix.res \ test_signs.res \ + test_substitute.res \ test_syntax.res \ test_tabpage.res \ test_textobjects.res \ |