diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 20:22:42 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 22:40:12 +0100 |
commit | aaff91d925b1ae7a0a29b2572662612c972234d0 (patch) | |
tree | a5bb786f10fc151e2354d6b2c1b5f52873f6dcbd | |
parent | 85e240c0459ba21e0d4036b16f2cb235106ad2e1 (diff) | |
download | rneovim-aaff91d925b1ae7a0a29b2572662612c972234d0.tar.gz rneovim-aaff91d925b1ae7a0a29b2572662612c972234d0.tar.bz2 rneovim-aaff91d925b1ae7a0a29b2572662612c972234d0.zip |
vim-patch:8.0.0311: linebreak tests are old style
Problem: Linebreak tests are old style.
Solution: Turn the tests into new style. Share utility functions. (Ozaki
Kiichi, closes vim/vim#1444)
https://github.com/vim/vim/commit/544d3bc9f0e494cb712a33b61558b8e8e12b1e0b
-rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 13fd0fcf62..30fdb06cc9 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -70,6 +70,8 @@ NEW_TESTS ?= \ test_ins_complete.res \ test_lambda.res \ test_langmap.res \ + test_listlbr.res \ + test_listlbr_utf8.res \ test_let.res \ test_lineending.res \ test_makeencoding.res \ |