diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-02 00:57:49 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 15:27:56 +0100 |
commit | cbecae46f4b098cd6018055c7f4c70bd147c7938 (patch) | |
tree | 738da5fd30a7cbb66a7a6d456461ce3049bcf770 /src/nvim/testdir/Makefile | |
parent | 4fe4b5abb6845b51af195e77576179ff5281451e (diff) | |
download | rneovim-cbecae46f4b098cd6018055c7f4c70bd147c7938.tar.gz rneovim-cbecae46f4b098cd6018055c7f4c70bd147c7938.tar.bz2 rneovim-cbecae46f4b098cd6018055c7f4c70bd147c7938.zip |
vim-patch:8.0.0861: still many old style tests
Problem: Still many old style tests.
Solution: Convert several tests to new style. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/4a137b45864310060410f34cb9c7d0f0231bb256
vim-patch:8.0.0862: file size test fails on MS-Windows
Problem: File size test fails on MS-Windows.
Solution: Set fileformat after opening new buffer. Strip CR.
https://github.com/vim/vim/commit/07c043af5f054c7dfeb676414f8fa6aeda8f9c2b
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r-- | src/nvim/testdir/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index b0356e050e..1b927076d8 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -47,10 +47,12 @@ NEW_TESTS ?= \ test_cmdline.res \ test_command_count.res \ test_cscope.res \ + test_curswant.res \ test_digraph.res \ test_edit.res \ test_diffmode.res \ test_farsi.res \ + test_file_size.res \ test_filter_map.res \ test_findfile.res \ test_fnameescape.res \ @@ -68,6 +70,8 @@ NEW_TESTS ?= \ test_increment_dbcs.res \ test_lambda.res \ test_langmap.res \ + test_let.res \ + test_lineending.res \ test_makeencoding.res \ test_marks.res \ test_match.res \ @@ -82,6 +86,7 @@ NEW_TESTS ?= \ test_profile.res \ test_quickfix.res \ test_retab.res \ + test_scrollbind.res \ test_search.res \ test_signs.res \ test_smartindent.res \ |