1
0
forked from aniani/vim

patch 8.2.4765: function matchfuzzy() sorts too many items

Problem:    Function matchfuzzy() sorts too many items.
Solution:   Only put matches in the array. (Yegappan Lakshmanan,
            closes #10208)
This commit is contained in:
Yegappan Lakshmanan
2022-04-16 20:42:40 +01:00
committed by Bram Moolenaar
parent d2edee5cf3
commit 047a7019b2
2 changed files with 42 additions and 45 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4765,
/**/
4764,
/**/