From 2ffdae79487cb7e323383eda9ae96c2e9d1625bd Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 2 May 2024 13:06:24 +0200 Subject: patch 9.1.0388: cursor() and getregion() don't handle v:maxcol well 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 Signed-off-by: Christian Brabandt --- 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 6dbd93a7f6..9934643058 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 388, /**/ 387, /**/ -- cgit v1.2.3