mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +00:00
fix(messages): no message kind for completion menu messages #31646
This commit is contained in:
@@ -253,6 +253,20 @@ describe('ui/ext_messages', function()
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
-- kind=completion
|
||||
command('set noshowmode')
|
||||
feed('i<C-n>')
|
||||
screen:expect({
|
||||
messages = {
|
||||
{
|
||||
content = { { 'The only match' } },
|
||||
kind = 'completion',
|
||||
},
|
||||
},
|
||||
})
|
||||
feed('<Esc>')
|
||||
command('set showmode')
|
||||
end)
|
||||
|
||||
it(':echoerr', function()
|
||||
|
||||
Reference in New Issue
Block a user