summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorglepnir <glephunter@gmail.com>2024-06-13 17:21:24 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-13 17:21:24 +0200
commit1c296026627d7ac8195e803b4c2393c21ae659b4 (patch)
treee9090c610ec4ed97ceea59213949a7aa25e81e10 /src/version.c
parent2f95ca9fcef8495d60e298ac2cd6d702b90bfb18 (diff)
patch 9.1.0480: fuzzy string matching executed when not neededv9.1.0480
Problem: fuzzy string matching executed when not needed Solution: when no leader is available, can skip fuzzy logic, so return early (glepnir) closes: #14986 Signed-off-by: glepnir <glephunter@gmail.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 5addf1a8d7..89ba9fc392 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 */
/**/
+ 480,
+/**/
479,
/**/
478,