diff options
author | Evgeni Chasnovski <evgeni.chasnovski@gmail.com> | 2023-10-10 12:33:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 17:33:30 +0800 |
commit | a2f17e97ec2d3767a978889320c1a9fb3d82d5b0 (patch) | |
tree | 2864b709037adf7dd4ee55e99da9186017dd8cd7 /test | |
parent | c40a1c0f41ad2557b1e1e1850244eca2d895a07d (diff) | |
download | rneovim-a2f17e97ec2d3767a978889320c1a9fb3d82d5b0.tar.gz rneovim-a2f17e97ec2d3767a978889320c1a9fb3d82d5b0.tar.bz2 rneovim-a2f17e97ec2d3767a978889320c1a9fb3d82d5b0.zip |
fix(highlight): add `FloatFooter` to 'highlight_defs.h' (#25577)
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 01475a189d..05057ca080 100644 --- a/test/functional/ui/cursor_spec.lua +++ b/test/functional/ui/cursor_spec.lua @@ -215,7 +215,7 @@ describe('ui/cursor', function() m.hl_id = 64 m.attr = {background = Screen.colors.DarkGray} end - if m.id_lm then m.id_lm = 66 end + if m.id_lm then m.id_lm = 67 end end -- Assert the new expectation. |