diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-01 18:36:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-01 18:36:36 +0100 |
| commit | 95a8af093fdd543f8617f7fee27740eedd7c811a (patch) | |
| tree | f9bbd1b4948e2abfe3d559e4ccc2040ca3ad9489 /src/nvim/testdir/Makefile | |
| parent | 1d8c612f788b1a5c8d74814db4654462e0224831 (diff) | |
| parent | c5f9762b7e40d23e6a0cfc8f808761a084223859 (diff) | |
| download | rneovim-95a8af093fdd543f8617f7fee27740eedd7c811a.tar.gz rneovim-95a8af093fdd543f8617f7fee27740eedd7c811a.tar.bz2 rneovim-95a8af093fdd543f8617f7fee27740eedd7c811a.zip | |
Merge #7800 'vim patches'
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 1f8cf8a0e7..5af8dd20cd 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -42,6 +42,7 @@ SCRIPTS ?= $(SCRIPTS_DEFAULT) NEW_TESTS ?= \ test_autocmd.res \ test_bufwintabinfo.res \ + test_changedtick.res \ test_charsearch.res \ test_cmdline.res \ test_command_count.res \ |