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:
@@ -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},
|
||||
|
Reference in New Issue
Block a user