forked from aniani/vim
patch 9.0.1032: test fails when terminal feature is missing
Problem: Test fails when terminal feature is missing. Solution: Use CheckRunVimInTerminal.
This commit is contained in:
parent
00b28d6c23
commit
b9603f6498
@ -2486,6 +2486,8 @@ func Test_wildmenu_pum_from_terminal()
|
||||
endfunc
|
||||
|
||||
func Test_wildmenu_pum_clear_entries()
|
||||
CheckRunVimInTerminal
|
||||
|
||||
" This was using freed memory. Run in a terminal to get the pum to update.
|
||||
let lines =<< trim END
|
||||
set wildoptions=pum
|
||||
|
@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1032,
|
||||
/**/
|
||||
1031,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user