aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/hlstate_spec.lua
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-05-15 20:01:17 +0200
committerGitHub <noreply@github.com>2022-05-15 20:01:17 +0200
commit717560d221222012d4ff9698141a0d0703eb33cc (patch)
treec97c5eba0268f57de8985841bef78e9a89807c6d /test/functional/ui/hlstate_spec.lua
parenta098e304b0de28f987c8e142f02b5c12218be97d (diff)
parentbbf58e6bbcc107e92d84730a33bd5a32440f5428 (diff)
downloadrneovim-717560d221222012d4ff9698141a0d0703eb33cc.tar.gz
rneovim-717560d221222012d4ff9698141a0d0703eb33cc.tar.bz2
rneovim-717560d221222012d4ff9698141a0d0703eb33cc.zip
Merge pull request #18581 from famiu/refactor/ui/vertsplit
refactor(ui)!: link `VertSplit` to `Normal` by default
Diffstat (limited to 'test/functional/ui/hlstate_spec.lua')
-rw-r--r--test/functional/ui/hlstate_spec.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/ui/hlstate_spec.lua b/test/functional/ui/hlstate_spec.lua
index dcea2c76dd..925af11627 100644
--- a/test/functional/ui/hlstate_spec.lua
+++ b/test/functional/ui/hlstate_spec.lua
@@ -14,6 +14,7 @@ describe('ext_hlstate detailed highlights', function()
before_each(function()
clear()
command('syntax on')
+ command('hi VertSplit gui=reverse')
screen = Screen.new(40, 8)
screen:attach({ext_hlstate=true})
end)
@@ -59,7 +60,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 = "WinSeparator", kind = "ui"}}},
+ [1] = {{}, {{hi_name = "Normal", 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},