mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +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:
@@ -41,14 +41,14 @@ describe(":drop", function()
|
||||
feed_command("edit tmp2")
|
||||
feed_command("drop tmp1")
|
||||
screen:expect([[
|
||||
{2:│}^ |
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
│^ |
|
||||
{0:~ }│{0:~ }|
|
||||
{0:~ }│{0:~ }|
|
||||
{0:~ }│{0:~ }|
|
||||
{0:~ }│{0:~ }|
|
||||
{0:~ }│{0:~ }|
|
||||
{0:~ }│{0:~ }|
|
||||
{0:~ }│{0:~ }|
|
||||
{2:tmp2 }{1:tmp1 }|
|
||||
:drop tmp1 |
|
||||
]])
|
||||
@@ -62,14 +62,14 @@ describe(":drop", function()
|
||||
feed("iABC<esc>")
|
||||
feed_command("drop tmp3")
|
||||
screen:expect([[
|
||||
^ {2:│} |
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
{1:tmp3 }{2:│}{0:~ }|
|
||||
ABC {2:│}{0:~ }|
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
{0:~ }{2:│}{0:~ }|
|
||||
^ │ |
|
||||
{0:~ }│{0:~ }|
|
||||
{0:~ }│{0:~ }|
|
||||
{0:~ }│{0:~ }|
|
||||
{1:tmp3 }│{0:~ }|
|
||||
ABC │{0:~ }|
|
||||
{0:~ }│{0:~ }|
|
||||
{0:~ }│{0:~ }|
|
||||
{2:tmp2 [+] tmp1 }|
|
||||
"tmp3" [New] |
|
||||
]])
|
||||
|
||||
Reference in New Issue
Block a user