diff options
| author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-08-14 06:14:46 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-08-15 01:27:30 -0400 |
| commit | 84569693e109f322ed77948ce74c19af5f04b527 (patch) | |
| tree | 4522acdc0bd38d5cb775b88d15d8b8e16a0d1e94 /src/nvim/testdir/Makefile | |
| parent | f767cee10002afc360af1aad209676d08cc3a758 (diff) | |
| download | rneovim-84569693e109f322ed77948ce74c19af5f04b527.tar.gz rneovim-84569693e109f322ed77948ce74c19af5f04b527.tar.bz2 rneovim-84569693e109f322ed77948ce74c19af5f04b527.zip | |
vim-patch:8.0.1209: still too many old style tests
Problem: Still too many old style tests.
Solution: Convert a few more tests to new style. (Yegappan Lakshmanan,
closes vim/vim#2230)
https://github.com/vim/vim/commit/53f0c962394dc6bc66d5b0762af9434e672d1b25
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 361db47fc7..1e3dc04049 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -114,6 +114,7 @@ NEW_TESTS ?= \ test_timers.res \ test_undo.res \ test_usercommands.res \ + test_user_func.res \ test_vimscript.res \ test_visual.res \ test_winbuf_close.res \ |