mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
fix(test): only use buffer completion in popupmenu timer test
This commit is contained in:
parent
4b3f920477
commit
5ecb2cb539
@ -2324,7 +2324,7 @@ describe('builtin popupmenu', function()
|
||||
it('is closed by :stopinsert from timer #12976', function()
|
||||
screen:try_resize(32,14)
|
||||
command([[call setline(1, ['hello', 'hullo', 'heeee', ''])]])
|
||||
feed('Gah<C-N>')
|
||||
feed('Gah<c-x><c-n>')
|
||||
screen:expect([[
|
||||
hello |
|
||||
hullo |
|
||||
|
Loading…
Reference in New Issue
Block a user