fix(ui): set redraw_cmdline when setting window height (#19630)

This commit is contained in:
zeertzjq
2022-08-03 19:25:03 +08:00
committed by GitHub
parent 5ee56f95c7
commit c57e133e50
3 changed files with 39 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ describe('tabpage', function()
screen:set_default_attr_ids({
[0] = {bold = true, foreground = Screen.colors.Blue},
[1] = {bold = true, reverse = true}, -- StatusLine
[2] = {reverse = true}, -- StatusLineNC, TabLineFill
[2] = {reverse = true}, -- TabLineFill
[3] = {bold = true}, -- TabLineSel
[4] = {background = Screen.colors.LightGrey, underline = true}, -- TabLine
[5] = {bold = true, foreground = Screen.colors.Magenta},