mirror of
https://github.com/vim/vim.git
synced 2025-11-09 10:37:17 -05:00
patch 9.1.1448: tabpanel is not displayed correctly when msg_scrolled
Problem: tabpanel is not displayed correctly when msg_scrolled Solution: remove the msg_scrolled condition (Hirohito Higashi) fixes: #17502 closes: #17510 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
91782b4aeb
commit
3ca6776a57
@@ -709,6 +709,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1448,
|
||||
/**/
|
||||
1447,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user