summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-04-26 19:01:44 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-26 19:01:44 +0100
commitfbf2071ac9ef08302a1df86c15f3d4ddbe871243 (patch)
tree386c9967797386ebc3d029f586ddda6f91088db0 /src/version.c
parent73916bac5ac2a054a0c71adfe8d742691cdfd95c (diff)
downloadvim-git-fbf2071ac9ef08302a1df86c15f3d4ddbe871243.tar.gz
patch 9.0.1491: wrong scrolling with ls=0 and :botright splitv9.0.1491
Problem: Wrong scrolling with ls=0 and :botright split. Solution: Add statusline before calling frame_new_height(). (closes #12299)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e5a6ada0c..1ae97f646 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1491,
+/**/
1490,
/**/
1489,