diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-05-15 20:01:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 20:01:17 +0200 |
commit | 717560d221222012d4ff9698141a0d0703eb33cc (patch) | |
tree | c97c5eba0268f57de8985841bef78e9a89807c6d /test/functional/ui/float_spec.lua | |
parent | a098e304b0de28f987c8e142f02b5c12218be97d (diff) | |
parent | bbf58e6bbcc107e92d84730a33bd5a32440f5428 (diff) | |
download | rneovim-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/float_spec.lua')
-rw-r--r-- | test/functional/ui/float_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/ui/float_spec.lua b/test/functional/ui/float_spec.lua index 96e7b1b6bc..7ab00e74d9 100644 --- a/test/functional/ui/float_spec.lua +++ b/test/functional/ui/float_spec.lua @@ -22,6 +22,7 @@ local curbuf, curwin, curtab = helpers.curbuf, helpers.curwin, helpers.curtab describe('float window', function() before_each(function() clear() + command('hi VertSplit gui=reverse') end) local attrs = { [0] = {bold=true, foreground=Screen.colors.Blue}, |