diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-06-07 14:52:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 14:52:35 +0200 |
commit | 057a280867be6b4edefb1d5fb959f0aa71e7c1a5 (patch) | |
tree | 08170c860e66535380ad4c95c0ad522606610719 /test | |
parent | 1324e7f79eb840ad63af08cecf34c120b2a37a8c (diff) | |
parent | df70a3abcd9b5fe7e18254f2764f38d05f42f0a3 (diff) | |
download | rneovim-057a280867be6b4edefb1d5fb959f0aa71e7c1a5.tar.gz rneovim-057a280867be6b4edefb1d5fb959f0aa71e7c1a5.tar.bz2 rneovim-057a280867be6b4edefb1d5fb959f0aa71e7c1a5.zip |
Merge pull request #18870 from zbirenbaum/winhl-cursor
fix(highlight): let winhighlight use cursor
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/ui/cursor_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/cursor_spec.lua b/test/functional/ui/cursor_spec.lua index d61eebe3ea..a1423c98a8 100644 --- a/test/functional/ui/cursor_spec.lua +++ b/test/functional/ui/cursor_spec.lua @@ -212,7 +212,7 @@ describe('ui/cursor', function() if m.blinkwait then m.blinkwait = 700 end end if m.hl_id then - m.hl_id = 64 + m.hl_id = 60 m.attr = {background = Screen.colors.DarkGray} end if m.id_lm then m.id_lm = 65 end |