diff options
author | James McCoy <jamessan@jamessan.com> | 2021-12-09 21:29:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 21:29:15 -0500 |
commit | ac2d140a33dfe88f882218e15a443b8300cca6b2 (patch) | |
tree | e2b724239fa4105e04c15ff964da033a82afa369 /test/functional/ui/cursor_spec.lua | |
parent | 238da85126c5a1dee03a75b6023a36a9a3642dda (diff) | |
parent | f3fb77c40262f47e30ebefec547f5c6f83ff58e6 (diff) | |
download | rneovim-ac2d140a33dfe88f882218e15a443b8300cca6b2.tar.gz rneovim-ac2d140a33dfe88f882218e15a443b8300cca6b2.tar.bz2 rneovim-ac2d140a33dfe88f882218e15a443b8300cca6b2.zip |
Merge pull request #16541 from jamessan/vim-8.2.3664
vim-patch:8.2.3664,8.2.3743,8.2.3747,8.2.3748,8.2.3757
Diffstat (limited to 'test/functional/ui/cursor_spec.lua')
-rw-r--r-- | test/functional/ui/cursor_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ui/cursor_spec.lua b/test/functional/ui/cursor_spec.lua index 9c035c728b..03cd4bfd06 100644 --- a/test/functional/ui/cursor_spec.lua +++ b/test/functional/ui/cursor_spec.lua @@ -212,10 +212,10 @@ describe('ui/cursor', function() if m.blinkwait then m.blinkwait = 700 end end if m.hl_id then - m.hl_id = 58 + m.hl_id = 60 m.attr = {background = Screen.colors.DarkGray} end - if m.id_lm then m.id_lm = 59 end + if m.id_lm then m.id_lm = 61 end end -- Assert the new expectation. |