mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
vim-patch:9.0.1032: test fails when terminal feature is missing
Problem: Test fails when terminal feature is missing.
Solution: Use CheckRunVimInTerminal.
b9603f6498
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -2282,6 +2282,8 @@ func Test_wildmenu_pum()
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user