diff options
author | Gregory Anders <greg@gpanders.com> | 2024-06-11 11:10:34 -0500 |
---|---|---|
committer | Gregory Anders <greg@gpanders.com> | 2024-06-12 10:43:57 -0500 |
commit | 3e09fbdf82a181f1c0be1513fd50a17bf5b0a754 (patch) | |
tree | 28ee82c93d3eb31de526c3f3b663586c56a54626 /test/functional/ui/cursor_spec.lua | |
parent | 72155121006bca884e154e935640054f2e090367 (diff) | |
download | rneovim-3e09fbdf82a181f1c0be1513fd50a17bf5b0a754.tar.gz rneovim-3e09fbdf82a181f1c0be1513fd50a17bf5b0a754.tar.bz2 rneovim-3e09fbdf82a181f1c0be1513fd50a17bf5b0a754.zip |
feat(highlight): add StatusLineTerm and StatusLineTermNC groups
These highlight groups are used for the statusline in :terminal windows.
By default they link to StatusLine and StatusLineNC (respectively), so
there is no visual difference unless a colorscheme defines these groups
separately.
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 8bfceb8cce..f7eb8394bd 100644 --- a/test/functional/ui/cursor_spec.lua +++ b/test/functional/ui/cursor_spec.lua @@ -250,7 +250,7 @@ describe('ui/cursor', function() m.attr = { background = Screen.colors.DarkGray } end if m.id_lm then - m.id_lm = 69 + m.id_lm = 71 end end |