summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorLuuk van Baal <luukvbaal@gmail.com>2024-04-08 22:27:41 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-08 22:27:41 +0200
commit9148ba8a46baa3934c44164989cdcdec5d01d9e3 (patch)
tree0ee19963c68177ffbf961a0c7970b6d7d1910e7e /src/version.c
parent196b6678c5483217ea5bc7d047b02c915615dae6 (diff)
patch 9.1.0280: several issues with 'smoothscroll' supportv9.1.0280
Problem: Logic to make sure cursor is in visible part of the screen after scrolling the text with 'smoothscroll' is scattered, asymmetric and contains bugs. Solution: Adjust and create helper function for 'smoothscroll' cursor logic. (Luuk van Baal) closes: #14410 Signed-off-by: Luuk van Baal <luukvbaal@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
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 6f49e116b5..5f0c909847 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 280,
+/**/
279,
/**/
278,