Skip to content

Commit

Permalink
fix(test): only use buffer completion in popupmenu timer test
Browse files Browse the repository at this point in the history
  • Loading branch information
bfredl committed Mar 2, 2022
1 parent 4b3f920 commit 5ecb2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/ui/popupmenu_spec.lua
Expand Up @@ -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 |
Expand Down

0 comments on commit 5ecb2cb

Please sign in to comment.