From 5d01f86d99bc3a3fd92d4f4e9338a9e78e9ebe16 Mon Sep 17 00:00:00 2001 From: Luuk van Baal Date: Thu, 11 May 2023 19:24:20 +0100 Subject: patch 9.0.1543: display errors when making topline shorter 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) --- 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 4c70def762..dd6baa9c2e 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 */ +/**/ + 1543, /**/ 1542, /**/ -- cgit v1.2.3