mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
test(statuscolumn_spec): remove unnecessary feed('lh')
It is no longer needed after #22706.
This commit is contained in:
@@ -461,7 +461,6 @@ describe('statuscolumn', function()
|
|||||||
vim.api.nvim_buf_set_extmark(0, ns, 7, 0, {
|
vim.api.nvim_buf_set_extmark(0, ns, 7, 0, {
|
||||||
virt_lines_leftcol = true, virt_lines = {{{"virt", ""}}} })
|
virt_lines_leftcol = true, virt_lines = {{{"virt", ""}}} })
|
||||||
]])
|
]])
|
||||||
feed('lh') -- force update cursor row
|
|
||||||
screen:expect([[
|
screen:expect([[
|
||||||
4 aaaaa |
|
4 aaaaa |
|
||||||
5 aaaaa |
|
5 aaaaa |
|
||||||
|
Reference in New Issue
Block a user