summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-14 20:04:42 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-14 20:04:42 +0200
commit8e56747fd26b3b040b6fcbfb6be41b7d5922c6b5 (patch)
treedb8335d4996d96535286f9183d39f7fa68d181a0 /src/version.c
parent440746158ce0fec2880ccacc03f39dbc954c5543 (diff)
patch 9.1.0484: Sorting of completeopt+=fuzzy is not stablev9.1.0484
Problem: Sorting of completeopt+=fuzzy is not stable. Solution: Compare original indexes when scores are the same. (zeertzjq) closes: #14988 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 2df2071085..36761aaed5 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 */
/**/
+ 484,
+/**/
483,
/**/
482,