mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +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, {
|
||||
virt_lines_leftcol = true, virt_lines = {{{"virt", ""}}} })
|
||||
]])
|
||||
feed('lh') -- force update cursor row
|
||||
screen:expect([[
|
||||
4 aaaaa |
|
||||
5 aaaaa |
|
||||
|
Reference in New Issue
Block a user