0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 9.0.1148: cmdline test fails in the GUI

Problem:    Cmdline test fails in the GUI.
Solution:   Skip the test when running in the GUI.
This commit is contained in:
Bram Moolenaar 2023-01-04 18:59:57 +00:00
parent 3259ff3b3b
commit 2468add0b8
2 changed files with 5 additions and 0 deletions

View 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

View File

@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1148,
/**/
1147,
/**/