1
0
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:
Bram Moolenaar 2022-12-08 15:44:22 +00:00
parent 00b28d6c23
commit b9603f6498
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

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