mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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()
|
it('is closed by :stopinsert from timer #12976', function()
|
||||||
screen:try_resize(32,14)
|
screen:try_resize(32,14)
|
||||||
command([[call setline(1, ['hello', 'hullo', 'heeee', ''])]])
|
command([[call setline(1, ['hello', 'hullo', 'heeee', ''])]])
|
||||||
feed('Gah<C-N>')
|
feed('Gah<c-x><c-n>')
|
||||||
screen:expect([[
|
screen:expect([[
|
||||||
hello |
|
hello |
|
||||||
hullo |
|
hullo |
|
||||||
|
Loading…
Reference in New Issue
Block a user