From dff55a335889c746a79974f7c52cdcdebad682c2 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 25 May 2024 10:25:36 +0200 Subject: patch 9.1.0444: Not enough tests for getregion() with multibyte chars Problem: Not enough tests for getregion() with multibyte chars. Solution: Add a few more tests (zeertzjq). closes: #14844 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 87a2ff4420..8e26baeb93 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 */ +/**/ + 444, /**/ 443, /**/ -- cgit v1.2.3