commit | fbf2071ac9ef08302a1df86c15f3d4ddbe871243 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Apr 26 19:01:44 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 26 19:01:44 2023 +0100 |
tree | 386c9967797386ebc3d029f586ddda6f91088db0 | |
parent | 73916bac5ac2a054a0c71adfe8d742691cdfd95c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e5a6ada..1ae97f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1491, +/**/ 1490, /**/ 1489,