Merge #40873 fix(ui): handle combining chunked float titles

This commit is contained in:
Justin M. Keyes
2026-07-21 11:45:44 -04:00
committed by GitHub
2 changed files with 12 additions and 9 deletions

View File

@@ -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: }|
|
]],
}