summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-05-25 10:25:36 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-25 10:25:36 +0200
commitdff55a335889c746a79974f7c52cdcdebad682c2 (patch)
treebc9887a7e02a497c886f19b639cebfbcf65a341a /src/version.c
parentafc2295c2201ae87bfbb42d5f5315ad0583ccabf (diff)
patch 9.1.0444: Not enough tests for getregion() with multibyte charsv9.1.0444
Problem: Not enough tests for getregion() with multibyte chars. Solution: Add a few more tests (zeertzjq). closes: #14844 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 87a2ff4420..8e26baeb93 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 */
/**/
+ 444,
+/**/
443,
/**/
442,