diff options
author | zbirenbaum <zacharyobirenbaum@gmail.com> | 2022-06-07 01:54:04 -0400 |
---|---|---|
committer | zbirenbaum <zacharyobirenbaum@gmail.com> | 2022-06-07 02:15:32 -0400 |
commit | df70a3abcd9b5fe7e18254f2764f38d05f42f0a3 (patch) | |
tree | ef941f1da99fd6c2b2694c41cf732e738613a400 /test/functional/ui/cursor_spec.lua | |
parent | 9e442c17eeffca934c1de3674b910458e04c989b (diff) | |
download | rneovim-df70a3abcd9b5fe7e18254f2764f38d05f42f0a3.tar.gz rneovim-df70a3abcd9b5fe7e18254f2764f38d05f42f0a3.tar.bz2 rneovim-df70a3abcd9b5fe7e18254f2764f38d05f42f0a3.zip |
fix(highlight): let winhighlight use cursor
Diffstat (limited to 'test/functional/ui/cursor_spec.lua')
-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 |