mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +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:
@@ -1858,26 +1858,26 @@ describe("'inccommand' split windows", function()
|
||||
feed_command("split")
|
||||
feed(":%s/tw")
|
||||
screen:expect([[
|
||||
Inc substitution on {10:│}Inc substitution on|
|
||||
{12:tw}o lines {10:│}{12:tw}o lines |
|
||||
{10:│} |
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{11:[No Name] [+] }{10:│}{15:~ }|
|
||||
Inc substitution on {10:│}{15:~ }|
|
||||
{12:tw}o lines {10:│}{15:~ }|
|
||||
{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
Inc substitution on │Inc substitution on|
|
||||
{12:tw}o lines │{12:tw}o lines |
|
||||
│ |
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{11:[No Name] [+] }│{15:~ }|
|
||||
Inc substitution on │{15:~ }|
|
||||
{12:tw}o lines │{15:~ }|
|
||||
│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{10:[No Name] [+] [No Name] [+] }|
|
||||
|2| {12:tw}o lines |
|
||||
{15:~ }|
|
||||
@@ -1897,20 +1897,20 @@ describe("'inccommand' split windows", function()
|
||||
|
||||
feed(":%s/tw")
|
||||
screen:expect([[
|
||||
Inc substitution on {10:│}Inc substitution on|
|
||||
{12:tw}o lines {10:│}{12:tw}o lines |
|
||||
{10:│} |
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
{15:~ }{10:│}{15:~ }|
|
||||
Inc substitution on │Inc substitution on|
|
||||
{12:tw}o lines │{12:tw}o lines |
|
||||
│ |
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{15:~ }│{15:~ }|
|
||||
{11:[No Name] [+] }{10:[No Name] [+] }|
|
||||
Inc substitution on |
|
||||
{12:tw}o lines |
|
||||
|
||||
Reference in New Issue
Block a user