mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
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.
3180fe6c6d
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
parent
e8df2a012b
commit
702a5f0cbb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user