neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 702a5f0cbb7782b596edce944fe4556046eea35e
parent e8df2a012b3d54c3c39bdc8abbfdcdec6a402cf8
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon, 21 Aug 2023 14:58:48 +0800

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>

Diffstat:
Mtest/old/testdir/test_highlight.vim | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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