summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorLuuk van Baal <luukvbaal@gmail.com>2023-05-08 15:51:14 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-08 15:51:14 +0100
commit3ce8c389155fc1257082cdb0cef7801b49f6aaf9 (patch)
tree6936b41f996acbafaa6f9ab9292b80378f45ba8e /src/version.c
parent8cf51376b842e0060edf08bd2e5bd9933c552ecf (diff)
patch 9.0.1525: 'smoothscroll' does not always work properlyv9.0.1525
Problem: 'smoothscroll' does not always work properly. Solution: Do not reset w_skipcol after it was intentionally set. (Luuk van Baal, closes #12360, closes #12199, closes #12323)
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 4964179a39..e2d91d89b7 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 */
/**/
+ 1525,
+/**/
1524,
/**/
1523,