]> granicus.if.org Git - vim/commitdiff
patch 8.2.1941: Ex mode test fails on MS-Windows with GUI v8.2.1941
authorBram Moolenaar <Bram@vim.org>
Sun, 1 Nov 2020 21:31:08 +0000 (22:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 1 Nov 2020 21:31:08 +0000 (22:31 +0100)
Problem:    Ex mode test fails on MS-Windows with GUI.
Solution:   Skip the test when using gvim.

src/testdir/test_ex_mode.vim
src/version.c

index c9ec20e54f21f29630aa08675eb0af04e9b2510f..86687636fd6b00d80b699f9f3f2db2dbf724db02 100644 (file)
@@ -181,6 +181,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
index 42830bc53f9a932e63af24895260d7382bbc578f..279837b67de16f98aba7013accdfe0f007e3ed1f 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1941,
 /**/
     1940,
 /**/