aboutsummaryrefslogtreecommitdiff
path: root/test/functional/editor/tabpage_spec.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-08-03 19:25:03 +0800
committerGitHub <noreply@github.com>2022-08-03 19:25:03 +0800
commitc57e133e50b9f3ccd9a3d73f4e7e3e7281797000 (patch)
treee7052562476fbe38f3bfa5d034484c4d149afc7b /test/functional/editor/tabpage_spec.lua
parent5ee56f95c7c4aa588b37fec297e21a040a8d2367 (diff)
downloadrneovim-c57e133e50b9f3ccd9a3d73f4e7e3e7281797000.tar.gz
rneovim-c57e133e50b9f3ccd9a3d73f4e7e3e7281797000.tar.bz2
rneovim-c57e133e50b9f3ccd9a3d73f4e7e3e7281797000.zip
fix(ui): set redraw_cmdline when setting window height (#19630)
Diffstat (limited to 'test/functional/editor/tabpage_spec.lua')
-rw-r--r--test/functional/editor/tabpage_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/editor/tabpage_spec.lua b/test/functional/editor/tabpage_spec.lua
index 7dd0b9f154..849a02c28b 100644
--- a/test/functional/editor/tabpage_spec.lua
+++ b/test/functional/editor/tabpage_spec.lua
@@ -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},