]> granicus.if.org Git - vim/commit
patch 8.2.4760: using matchfuzzy() on a long list can take a while v8.2.4760
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Sat, 16 Apr 2022 11:35:35 +0000 (12:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Apr 2022 11:35:35 +0000 (12:35 +0100)
commit9029a6e9931eede1d44f613687a2c01b9fe514ec
treeaacb7d7a0207d4ba70e62c9debe24d3e2590e43f
parent693ccd11606b59eb0f81c6c1948679e61ada4022
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)
runtime/doc/builtin.txt
src/search.c
src/testdir/test_matchfuzzy.vim
src/version.c