summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-14 20:24:22 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-14 20:24:22 +0200
commitafbe5359e981e5d19ad23c394aefe60395c3648e (patch)
tree9f5afd2c8f6b910b2447aee5cc3610386dfb09f1 /src/version.c
parentc509c009bbc07eff678a9239a5813398e180f019 (diff)
patch 9.1.0485: Matched text shouldn't be highlighted in "kind" and "menu"v9.1.0485
Problem: Matched text shouldn't be highlighted in "kind" and "menu". Solution: Pass hlf_T instead of the attribute. Fix indent. (zeertzjq) closes: #14996 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 36761aaed5..7c8a10142e 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 */
/**/
+ 485,
+/**/
484,
/**/
483,