mirror of
https://github.com/neovim/neovim.git
synced 2026-08-01 05:09:08 +00:00
Merge #40873 fix(ui): handle combining chunked float titles
This commit is contained in:
@@ -3042,10 +3042,10 @@ describe('float window', function()
|
||||
## grid 3
|
||||
|
|
||||
## grid 4
|
||||
{33:╔}🦄{7:BB}{33:═════╗}|
|
||||
{33:╔}{1:🦄}{7:BB}{33:═════╗}|
|
||||
{33:║}{1: halloj! }{33:║}|
|
||||
{33:║}{1: BORDAA }{33:║}|
|
||||
{33:╚}🦄{7:BB}{33:═════╝}|
|
||||
{33:╚}{1:🦄}{7:BB}{33:═════╝}|
|
||||
]],
|
||||
float_pos = { [4] = { 1001, 'NW', 1, 2, 5, true, 50, 1, 2, 5 } },
|
||||
win_viewport = {
|
||||
@@ -3058,10 +3058,10 @@ describe('float window', function()
|
||||
grid = [[
|
||||
^ |
|
||||
{0:~ }|
|
||||
{0:~ }{33:╔}🦄{7:BB}{33:═════╗}{0: }|
|
||||
{0:~ }{33:╔}{1:🦄}{7:BB}{33:═════╗}{0: }|
|
||||
{0:~ }{33:║}{1: halloj! }{33:║}{0: }|
|
||||
{0:~ }{33:║}{1: BORDAA }{33:║}{0: }|
|
||||
{0:~ }{33:╚}🦄{7:BB}{33:═════╝}{0: }|
|
||||
{0:~ }{33:╚}{1:🦄}{7:BB}{33:═════╝}{0: }|
|
||||
|
|
||||
]],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user