diff src/version.c @ 28471:2ade724b3f45 v8.2.4760

patch 8.2.4760: using matchfuzzy() on a long list can take a while Commit: https://github.com/vim/vim/commit/9029a6e9931eede1d44f613687a2c01b9fe514ec Author: Yasuhiro Matsumoto <mattn.jp@gmail.com> Date: Sat Apr 16 12:35:35 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Apr 2022 13:45:03 +0200
parents 9ff0e5a29037
children 1c112473a54f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4760,
+/**/
     4759,
 /**/
     4758,