mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07: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:
parent
4d22424d9e
commit
95c655fedc
@ -2282,6 +2282,8 @@ func Test_wildmenu_pum()
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user