diff options
| author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-07-07 23:34:42 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-07-07 23:36:03 -0400 |
| commit | 21879247e7852b31489e2ff8aacc7845a4262f5e (patch) | |
| tree | 16d23846670a1985bd1114234f1291a3a4200f7e /src/nvim/testdir/Makefile | |
| parent | 9836283c4961e97d9a504e86b87cf6fa401806aa (diff) | |
| download | rneovim-21879247e7852b31489e2ff8aacc7845a4262f5e.tar.gz rneovim-21879247e7852b31489e2ff8aacc7845a4262f5e.tar.bz2 rneovim-21879247e7852b31489e2ff8aacc7845a4262f5e.zip | |
vim-patch:8.0.1387: wordcount test is old style
Problem: Wordcount test is old style.
Solution: Change into a new style test. (Yegappan Lakshmanan, closes vim/vim#2434)
https://github.com/vim/vim/commit/a703aaee4d6230ed81469ef0cb37f331bf255136
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 181d8bb33f..651ab3db2b 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -114,6 +114,7 @@ NEW_TESTS ?= \ test_visual.res \ test_winbuf_close.res \ test_window_id.res \ + test_wordcount.res \ test_writefile.res \ test_alot_latin.res \ test_alot_utf8.res \ |