commit | 9029a6e9931eede1d44f613687a2c01b9fe514ec | [log] [tgz] |
---|---|---|
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | Sat Apr 16 12:35:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 16 12:35:35 2022 +0100 |
tree | aacb7d7a0207d4ba70e62c9debe24d3e2590e43f | |
parent | 693ccd11606b59eb0f81c6c1948679e61ada4022 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4c28b37..1a64251 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4760, +/**/ 4759, /**/ 4758,