mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 09:19:43 +10:00
fix(messages): add "list_cmd" kind to :colorscheme #37561
Problem: No kind for :colorscheme message. Solution: Assign it the "list_cmd" kind.
This commit is contained in:
@@ -489,6 +489,16 @@ describe('ui/ext_messages', function()
|
||||
},
|
||||
})
|
||||
|
||||
feed(':colorscheme<CR>')
|
||||
screen:expect({
|
||||
grid = [[
|
||||
line 1 |
|
||||
^line |
|
||||
{1:~ }|*3
|
||||
]],
|
||||
messages = { { content = { { 'default' } }, history = true, kind = 'list_cmd' } },
|
||||
})
|
||||
|
||||
feed(':version<CR>')
|
||||
screen:expect({
|
||||
grid = [[
|
||||
|
||||
Reference in New Issue
Block a user