neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 8bdcc91dc8ae1d7a0734945935300e002eb879c1
parent c6f8af36e134a67b489d59e078425cada5eafd7b
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sat, 18 Mar 2023 16:50:22 +0800

test(highlight_spec): fix warning in Visual highlight test (#22719)

Problem:    Warning in Visual highlight test.
Solution:   Don't move cursor back and forth.
Diffstat:
Mtest/functional/ui/highlight_spec.lua | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua @@ -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} | |