diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-03-18 16:50:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-18 16:50:22 +0800 |
commit | 8bdcc91dc8ae1d7a0734945935300e002eb879c1 (patch) | |
tree | 3867d5671c2d4dc44b2f25567fb7bd00c2df9306 | |
parent | c6f8af36e134a67b489d59e078425cada5eafd7b (diff) | |
download | rneovim-8bdcc91dc8ae1d7a0734945935300e002eb879c1.tar.gz rneovim-8bdcc91dc8ae1d7a0734945935300e002eb879c1.tar.bz2 rneovim-8bdcc91dc8ae1d7a0734945935300e002eb879c1.zip |
test(highlight_spec): fix warning in Visual highlight test (#22719)
Problem: Warning in Visual highlight test.
Solution: Don't move cursor back and forth.
-rw-r--r-- | test/functional/ui/highlight_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua index d5e0eefb41..dce886ac91 100644 --- 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} | | |