From 702a5f0cbb7782b596edce944fe4556046eea35e Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 21 Aug 2023 14:58:48 +0800 Subject: 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 --- test/old/testdir/test_highlight.vim | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit