summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-03-14 18:22:17 +0100
committerChristian Brabandt <cb@256bit.org>2024-03-14 18:22:17 +0100
commit010e1539d67442cc69a97bef6453efaf849d0db3 (patch)
tree3e5566577624a5a4b3c9ba437b8b29944bb3980c /src/version.c
parent9352c282928f6cb25060249c157a28803c6efa9d (diff)
patch 9.1.0180: Cursor pos wrong when double-width chars are concealedv9.1.0180
Problem: Cursor pos wrong when double-width chars are concealed. Solution: Advance one more virtual column for a double-width char. Run some tests with both 'wrap' and 'nowrap' (zeertzjq). closes: #14197 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 80dc66709a..77c958662f 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 */
/**/
+ 180,
+/**/
179,
/**/
178,