diff options
| author | bfredl <bjorn.linse@gmail.com> | 2022-05-18 13:08:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-18 13:08:07 +0200 |
| commit | d7dd6007167eac919205404bc4e556237118a7a7 (patch) | |
| tree | d8b12409da742da89a2b7bf4847e5084956b0618 /test/functional/ui/cursor_spec.lua | |
| parent | 2d277320295d1380ac093d547206b295bbdcf414 (diff) | |
| parent | e1bdb2a258cbe6c5cb981acc6bac82cd9e7706fb (diff) | |
| download | rneovim-d7dd6007167eac919205404bc4e556237118a7a7.tar.gz rneovim-d7dd6007167eac919205404bc4e556237118a7a7.tar.bz2 rneovim-d7dd6007167eac919205404bc4e556237118a7a7.zip | |
Merge pull request #18562 from famiu/feat/ui/winbar
feat(ui): add `'winbar'`
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 92300a8fa2..d61eebe3ea 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 = 62 + m.hl_id = 64 m.attr = {background = Screen.colors.DarkGray} end - if m.id_lm then m.id_lm = 63 end + if m.id_lm then m.id_lm = 65 end end -- Assert the new expectation. |