diff src/version.c @ 35405:9a52a7b13fc5 v9.1.0484

patch 9.1.0484: Sorting of completeopt+=fuzzy is not stable Commit: https://github.com/vim/vim/commit/8e56747fd26b3b040b6fcbfb6be41b7d5922c6b5 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Jun 14 20:04:42 2024 +0200 patch 9.1.0484: Sorting of completeopt+=fuzzy is not stable 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>
author Christian Brabandt <cb@256bit.org>
date Fri, 14 Jun 2024 20:15:06 +0200
parents 022f3d5af451
children d146b77a220e
line wrap: on
line diff
--- 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,