1
0
forked from aniani/vim

patch 9.0.1491: wrong scrolling with ls=0 and :botright split

Problem:    Wrong scrolling with ls=0 and :botright split.
Solution:   Add statusline before calling frame_new_height(). (closes #12299)
This commit is contained in:
zeertzjq
2023-04-26 19:01:44 +01:00
committed by Bram Moolenaar
parent 73916bac5a
commit fbf2071ac9
3 changed files with 25 additions and 9 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1491,
/**/
1490,
/**/