summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-05-24 19:07:12 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-24 19:07:12 +0200
commitafc2295c2201ae87bfbb42d5f5315ad0583ccabf (patch)
tree22134aed53f8089ab96392fa0bf588107a98d6c6 /src/version.c
parent5e4571508480c8f51748e49fb05c1891db0cb803 (diff)
patch 9.1.0443: Can't use blockwise selection with width for getregion()v9.1.0443
Problem: Can't use a blockwise selection with a width for getregion(). Solution: Add support for blockwise selection with width like the return value of getregtype() or the "regtype" value of TextYankPost (zeertzjq). closes: #14842 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 b430e3515b..87a2ff4420 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 */
/**/
+ 443,
+/**/
442,
/**/
441,