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:
parent
3259ff3b3b
commit
2468add0b8
@ -655,6 +655,9 @@ func Test_getcompletion()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_multibyte_expression()
|
func Test_multibyte_expression()
|
||||||
|
" Get a dialog in the GUI
|
||||||
|
CheckNotGui
|
||||||
|
|
||||||
" This was using uninitialized memory.
|
" This was using uninitialized memory.
|
||||||
let lines =<< trim END
|
let lines =<< trim END
|
||||||
set verbose=6
|
set verbose=6
|
||||||
|
@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1148,
|
||||||
/**/
|
/**/
|
||||||
1147,
|
1147,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user