diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-20 16:33:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-20 16:33:43 +0100 |
| commit | ee84da358c27b9c0a6bbd49424bc9d04bb98d662 (patch) | |
| tree | f1dc827adfa6d7e3cc6f766657708238ac4b3b0b /src/nvim/testdir/Makefile | |
| parent | 6a826fce91206e1237e0a5822a67cfd772f524dd (diff) | |
| parent | 5a96a9eba238b51e2e90f87a0a9338da363e9e28 (diff) | |
| download | rneovim-ee84da358c27b9c0a6bbd49424bc9d04bb98d662.tar.gz rneovim-ee84da358c27b9c0a6bbd49424bc9d04bb98d662.tar.bz2 rneovim-ee84da358c27b9c0a6bbd49424bc9d04bb98d662.zip | |
Merge #7878 from justinmk/keymap-leak
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 c1e6eedf94..18f0bac3cf 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -40,11 +40,12 @@ SCRIPTS ?= $(SCRIPTS_DEFAULT) # Tests using runtest.vim. # Keep test_alot*.res as the last one, sort the others. NEW_TESTS ?= \ - test_arabic.vim \ + test_arabic.res \ test_autocmd.res \ test_bufwintabinfo.res \ test_changedtick.res \ test_charsearch.res \ + test_cindent.res \ test_cmdline.res \ test_command_count.res \ test_cscope.res \ |