]> granicus.if.org Git - vim/commitdiff
patch 9.0.1148: cmdline test fails in the GUI v9.0.1148
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Jan 2023 18:59:57 +0000 (18:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Jan 2023 18:59:57 +0000 (18:59 +0000)
Problem:    Cmdline test fails in the GUI.
Solution:   Skip the test when running in the GUI.

src/testdir/test_cmdline.vim
src/version.c

index 91ff6f1567f4ebae32340f0ff84a6b6eef706ab0..a8323062084170f37ca2a0e98b5c773723e6f697 100644 (file)
@@ -655,6 +655,9 @@ func Test_getcompletion()
 endfunc
 
 func Test_multibyte_expression()
+  " Get a dialog in the GUI
+  CheckNotGui
+
   " This was using uninitialized memory.
   let lines =<< trim END
       set verbose=6
index 39f7a0b0c72eef1e311f307795a1979f482a1c5e..a12cda2ee44f0319383785c0456288346a1f21f1 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1148,
 /**/
     1147,
 /**/