summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-15 19:14:38 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-15 19:14:38 +0200
commita59e031aa0bdc5cc3d1f4ed719126bf1a1b858ce (patch)
treeba6a8135bb354bddb29327fc5dd1671d6f392126 /src/version.c
parent29358d2a188bcab1c0057dd1628c4418a583278b (diff)
patch 9.1.0334: No test for highlight behavior with 'ambiwidth'v9.1.0334
Problem: No test for highlight behavior with 'ambiwidth'. Solution: Add a screendump test for 'ambiwidth' with 'cursorline'. (zeertzjq) closes: #14554 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 fc10c7c79b..7a942c2dc1 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 */
/**/
+ 334,
+/**/
333,
/**/
332,