diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-27 00:04:36 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-27 00:04:36 -0400 |
| commit | 2adb8acebd1b50d6259834082d5a21788c0e3eeb (patch) | |
| tree | c117823609fe8c8c366c88e545d7bb05e4307003 /src/nvim/testdir/Makefile | |
| parent | ec916bb9834bd7778e2b1b311e0529cf739b7f2b (diff) | |
| parent | e4146dd7df0f1ba932a01a79d6dd511914763c72 (diff) | |
| download | rneovim-2adb8acebd1b50d6259834082d5a21788c0e3eeb.tar.gz rneovim-2adb8acebd1b50d6259834082d5a21788c0e3eeb.tar.bz2 rneovim-2adb8acebd1b50d6259834082d5a21788c0e3eeb.zip | |
Merge pull request #4649 from justinmk/vimpatches
vim-patch:7.4.1092
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 4debdd9acc..82c7cd4de9 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -41,6 +41,7 @@ SCRIPTS := \ # Keep test_alot*.res as the last one, sort the others. NEW_TESTS = \ test_viml.res \ + test_cursor_func.res \ test_alot.res SCRIPTS_GUI := test16.out |