mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
test(highlight_spec): fix warning in Visual highlight test (#22719)
Problem: Warning in Visual highlight test. Solution: Don't move cursor back and forth.
This commit is contained in:
@@ -376,7 +376,6 @@ describe('highlight', function()
|
||||
|
||||
-- Vertical cursor: highlights char-at-cursor. #8983
|
||||
command('set guicursor=a:block-blinkon175')
|
||||
feed('<esc>gg$vhhh')
|
||||
screen:expect([[
|
||||
line1 foo{1:^ bar} |
|
||||
|
|
||||
|
Reference in New Issue
Block a user