From c8502f9b880b6d23baa4f9d28b60e1ceb442e35f Mon Sep 17 00:00:00 2001 From: Luuk van Baal Date: Sat, 6 May 2023 12:40:15 +0100 Subject: patch 9.0.1512: inserting lines when scrolling with 'smoothscroll' set Problem: Inserting lines when scrolling with 'smoothscroll' set. Solution: Adjust line height computation for w_skipcol. (Luuk van Baal, closes #12350) --- 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 9f4a449340..08f213a104 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 */ +/**/ + 1512, /**/ 1511, /**/ -- cgit v1.2.3