summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-16 16:51:25 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-16 16:51:25 +0200
commit63901e89638d683ecbc8e3323170dd485657fd1d (patch)
treebdabc73f2e03c8158f58023bc6da04d91735e845 /src/version.c
parent917ff8a19d2746dd922b7292dc61fb92e18b7ce2 (diff)
patch 9.1.0494: Wrong matched text highlighted in pum with 'rightleft'v9.1.0494
Problem: Wrong matched text highlighted in pum with 'rightleft'. Solution: Match using the original text instead of the reversed text. (zeertzjq) closes: #15020 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 3817c9b1b4..0ca2bf2202 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 */
/**/
+ 494,
+/**/
493,
/**/
492,