mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 10:31:48 +00:00
test: 'showcmd' with ext_messages and Visual selection (#28393)
Also slightly reorder some code to make comments look less out-of-place.
This commit is contained in:
@@ -685,7 +685,18 @@ describe('ui/ext_messages', function()
|
||||
]],
|
||||
ruler = { { '2,1 All' } },
|
||||
}
|
||||
feed('d')
|
||||
feed('<c-v>k2l')
|
||||
screen:expect({
|
||||
grid = [[
|
||||
{17:ab}^cde |
|
||||
{17:123}45 |
|
||||
{1:~ }|*3
|
||||
]],
|
||||
showmode = { { '-- VISUAL BLOCK --', 5 } },
|
||||
showcmd = { { '2x3' } },
|
||||
ruler = { { '1,3 All' } },
|
||||
})
|
||||
feed('o<esc>d')
|
||||
screen:expect {
|
||||
grid = [[
|
||||
abcde |
|
||||
|
||||
Reference in New Issue
Block a user