neovim

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

commit 1b1a8895bdd8729747a7562c74220e9dadeec64f
parent d6607dae41ed783fe073a2d340a1d1b74adafa4d
Author: Jan Edmund Lazo <jan.lazo@mail.utoronto.ca>
Date:   Sat, 13 Dec 2025 00:26:14 -0500

vim-patch:8.2.1941: Ex mode test fails on MS-Windows with GUI

Problem:    Ex mode test fails on MS-Windows with GUI.
Solution:   Skip the test when using gvim.

https://github.com/vim/vim/commit/399db046ed7cc64b68ffa68b543c1b1c20baeee3

Co-authored-by: Bram Moolenaar <Bram@vim.org>

Diffstat:
Mtest/old/testdir/test_ex_mode.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/old/testdir/test_ex_mode.vim b/test/old/testdir/test_ex_mode.vim @@ -260,6 +260,7 @@ func Test_ex_mode_errors() endfunc func Test_ex_mode_with_global() + CheckNotGui CheckFeature timers " This will get stuck in Normal mode after the failed "J", use a timer to