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:
committed by
Bram Moolenaar
parent
d2edee5cf3
commit
047a7019b2
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4765,
|
||||
/**/
|
||||
4764,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user