mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
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
|
endfunc
|
||||||
|
|
||||||
func Test_wildmenu_pum_clear_entries()
|
func Test_wildmenu_pum_clear_entries()
|
||||||
|
CheckRunVimInTerminal
|
||||||
|
|
||||||
" This was using freed memory. Run in a terminal to get the pum to update.
|
" This was using freed memory. Run in a terminal to get the pum to update.
|
||||||
let lines =<< trim END
|
let lines =<< trim END
|
||||||
set wildoptions=pum
|
set wildoptions=pum
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
1032,
|
||||||
/**/
|
/**/
|
||||||
1031,
|
1031,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user