mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
fix(redraw): handle switching to a tabpage with larger p_ch value
This commit is contained in:
@@ -19,8 +19,6 @@ describe('cmdline', function()
|
||||
[3] = {reverse = true};
|
||||
[4] = {bold = true, foreground = Screen.colors.Blue1};
|
||||
}
|
||||
-- TODO(bfredl): redraw with tabs is severly broken. fix it
|
||||
feed_command [[ set display-=msgsep ]]
|
||||
|
||||
feed_command([[call setline(1, range(30))]])
|
||||
screen:expect([[
|
||||
@@ -61,7 +59,7 @@ describe('cmdline', function()
|
||||
{4:~ }|
|
||||
|
|
||||
|
|
||||
:tabnew |
|
||||
|
|
||||
]]}
|
||||
|
||||
feed [[gt]]
|
||||
|
Reference in New Issue
Block a user