1
0
forked from aniani/vim

patch 8.2.4760: using matchfuzzy() on a long list can take a while

Problem:    Using matchfuzzy() on a long list can take a while.
Solution:   Add a limit to the number of matches. (Yasuhiro Matsumoto,
            closes #10189)
This commit is contained in:
Yasuhiro Matsumoto
2022-04-16 12:35:35 +01:00
committed by Bram Moolenaar
parent 693ccd1160
commit 9029a6e993
4 changed files with 47 additions and 6 deletions

View File

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