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