summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorLuuk van Baal <luukvbaal@gmail.com>2023-05-11 19:24:20 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-11 19:24:20 +0100
commit5d01f86d99bc3a3fd92d4f4e9338a9e78e9ebe16 (patch)
tree682e4a5b8cab3daa29246001be274c1737b99377 /src/version.c
parent6c018680be0ec25d42614a93be1ea08df29a9e2a (diff)
patch 9.0.1543: display errors when making topline shorterv9.0.1543
Problem: Display errors when making topline shorter and 'smoothscroll' is set. Solution: Reset w_skipcol when the topline becomes shorter than its current value. (Luuk van Baal, closes #12367)
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 4c70def762..dd6baa9c2e 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 */
/**/
+ 1543,
+/**/
1542,
/**/
1541,