From 1b1a8895bdd8729747a7562c74220e9dadeec64f Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sat, 13 Dec 2025 00:26:14 -0500 Subject: [PATCH] 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 --- test/old/testdir/test_ex_mode.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/test/old/testdir/test_ex_mode.vim b/test/old/testdir/test_ex_mode.vim index c15bb4d1fe..3155069c5b 100644 --- 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