summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorLuuk van Baal <luukvbaal@gmail.com>2024-04-02 20:49:45 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-02 20:49:45 +0200
commitcb204e688e5c9d56a78b621ef27c35d91860cb09 (patch)
treef1163b8c64d9b74a8d44ddc1d75a23a975e57264 /src/version.c
parentf1750ca0c2ef91c6e4857655ca8fdf8dd8f5abb8 (diff)
patch 9.1.0258: half-page scrolling broke backward compatibilityv9.1.0258
Problem: Support for 'smoothscroll' in (half-)page scrolling broke backward compatibility and can be made to work better. (after v9.1.215) Solution: Restore the previous cursor and end-of-buffer behavior for half-page scrolling and improve 'smoothscroll' support. (Luuk van Baal) fixes: #14338 closes: #14377 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 0e54926269..9373a29586 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 */
/**/
+ 258,
+/**/
257,
/**/
256,