diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-08-21 14:58:48 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2023-08-21 15:31:21 +0800 |
commit | 702a5f0cbb7782b596edce944fe4556046eea35e (patch) | |
tree | 3fefc1f7dca586627a5889443db0a5c0dc2129a3 | |
parent | e8df2a012b3d54c3c39bdc8abbfdcdec6a402cf8 (diff) | |
download | rneovim-702a5f0cbb7782b596edce944fe4556046eea35e.tar.gz rneovim-702a5f0cbb7782b596edce944fe4556046eea35e.tar.bz2 rneovim-702a5f0cbb7782b596edce944fe4556046eea35e.zip |
vim-patch:8.2.0195: some tests fail when run in the GUI
Problem: Some tests fail when run in the GUI.
Solution: Make sure the window width is enough. In the GUI run terminal Vim
in the terminal, if possible.
https://github.com/vim/vim/commit/3180fe6c6dc0728d21c6318b957022b029c234f0
Co-authored-by: Bram Moolenaar <Bram@vim.org>
-rw-r--r-- | test/old/testdir/test_highlight.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/old/testdir/test_highlight.vim b/test/old/testdir/test_highlight.vim index 4026302a5b..b48c598970 100644 --- a/test/old/testdir/test_highlight.vim +++ b/test/old/testdir/test_highlight.vim @@ -595,6 +595,8 @@ endfunc func Test_wincolor() CheckScreendump + " make sure the width is enough for the test + set columns=80 let lines =<< trim END set cursorline cursorcolumn rnu |