summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-05-02 13:06:24 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-02 13:06:24 +0200
commit2ffdae79487cb7e323383eda9ae96c2e9d1625bd (patch)
tree8fba2ff650ac2c75106755228622e39ac1cf044e /src/version.c
parentda9d345b3dd8fe67c0c7341e426b09bec8c40abd (diff)
patch 9.1.0388: cursor() and getregion() don't handle v:maxcol wellv9.1.0388
Problem: cursor() and getregion() don't handle v:maxcol well. Solution: Add special handling for v:maxcol like setpos() does. (zeertzjq) closes: #14698 Signed-off-by: zeertzjq <zeertzjq@outlook.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 6dbd93a7f6..9934643058 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 */
/**/
+ 388,
+/**/
387,
/**/
386,