mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
refactor(ui)!: link VertSplit
to Normal
by default
Avoids using `gui=reverse` on `VertSplit` and makes window separators look much nicer by default.
This commit is contained in:
@@ -21,12 +21,14 @@ local content1 = [[
|
||||
describe("folded lines", function()
|
||||
before_each(function()
|
||||
clear()
|
||||
command('hi VertSplit gui=reverse')
|
||||
end)
|
||||
|
||||
local function with_ext_multigrid(multigrid)
|
||||
local screen
|
||||
before_each(function()
|
||||
clear()
|
||||
command('hi VertSplit gui=reverse')
|
||||
screen = Screen.new(45, 8)
|
||||
screen:attach({rgb=true, ext_multigrid=multigrid})
|
||||
screen:set_default_attr_ids({
|
||||
|
Reference in New Issue
Block a user