Merge pull request #17572 from bfredl/testfix

fix(test): only use buffer completion in popupmenu timer test
This commit is contained in:
bfredl
2022-03-02 10:38:37 +01:00
committed by GitHub

View File

@@ -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 |