From 3ce8c389155fc1257082cdb0cef7801b49f6aaf9 Mon Sep 17 00:00:00 2001 From: Luuk van Baal Date: Mon, 8 May 2023 15:51:14 +0100 Subject: patch 9.0.1525: 'smoothscroll' does not always work properly 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 4964179a39..e2d91d89b7 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1525, /**/ 1524, /**/ -- cgit v1.2.3