diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-03-17 20:16:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 20:16:39 +0100 |
commit | 3c7e937a892308498ba23ce5c0959e51fbf28911 (patch) | |
tree | 79ae25f12d9f8c50690250c07f2c04cf3687166a /test/functional/ui/hlstate_spec.lua | |
parent | d238b8f6003d34cae7f65ff7585b48a2cd9449fb (diff) | |
parent | 5ab122917474b3f9e88be4ee88bc6d627980cfe0 (diff) | |
download | rneovim-3c7e937a892308498ba23ce5c0959e51fbf28911.tar.gz rneovim-3c7e937a892308498ba23ce5c0959e51fbf28911.tar.bz2 rneovim-3c7e937a892308498ba23ce5c0959e51fbf28911.zip |
Merge pull request #17266 from famiu/feat/ui/global-statusline
feat(statusline): add global statusline
Diffstat (limited to 'test/functional/ui/hlstate_spec.lua')
-rw-r--r-- | test/functional/ui/hlstate_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/hlstate_spec.lua b/test/functional/ui/hlstate_spec.lua index 295b70f265..dcea2c76dd 100644 --- a/test/functional/ui/hlstate_spec.lua +++ b/test/functional/ui/hlstate_spec.lua @@ -59,7 +59,7 @@ describe('ext_hlstate detailed highlights', function() it('work with cleared UI highlights', function() screen:set_default_attr_ids({ - [1] = {{}, {{hi_name = "VertSplit", ui_name = "VertSplit", kind = "ui"}}}, + [1] = {{}, {{hi_name = "VertSplit", ui_name = "WinSeparator", kind = "ui"}}}, [2] = {{bold = true, foreground = Screen.colors.Blue1}, {{hi_name = "NonText", ui_name = "EndOfBuffer", kind = "ui"}}}, [3] = {{bold = true, reverse = true}, |