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:
Famiu Haque
2022-05-15 22:34:44 +06:00
parent 793496aecc
commit bbf58e6bbc
18 changed files with 1405 additions and 1401 deletions

View File

@@ -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] |
]])