summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorLuuk van Baal <luukvbaal@gmail.com>2024-04-09 21:30:19 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-09 21:30:19 +0200
commit78c51500f1bb16501521d721d52cb0982f5e70b6 (patch)
treedfaa41a80511bfe2c38a7b78ab94eb3160582227 /src/version.c
parent6ce07edd600e73e5aaebeafead6e82b41bd00e12 (diff)
patch 9.1.0285: Still problems with cursor position for CTRL-D/Uv9.1.0285
Problem: Problems with cursor position when scrolling half a page. Solution: Rework the cursor logic. (Luuk van Baal) closes: #14455 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 bafbe5b8ec..d3fde434cc 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 */
/**/
+ 285,
+/**/
284,
/**/
283,