summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorJohn Marriott <basilisk@internode.on.net>2024-04-08 23:28:12 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-08 23:32:30 +0200
commit34f00dd4abd011ce750e273b747915ae2f3b6e48 (patch)
treedd7963c5d9d54e204423bb0ae65fa86fc0f75da7 /src/version.c
parentd33cb3f65e112bdb2d57139e9a308b1a9c8ffcc2 (diff)
patch 9.1.0282: Finding highlighting attributes is inefficientv9.1.0282
Problem: Finding highlighting attributes is inefficient Solution: Use binary search to find highlighting attributes and color names (John Marriott) closes: #14426 Signed-off-by: John Marriott <basilisk@internode.on.net> 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 1acc1a8db2..27ebd69f4b 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 */
/**/
+ 282,
+/**/
281,
/**/
280,