Hi, Thanks for trying the patch.
On Mon, Feb 22, 2021 at 2:10 AM Shane-XB-Qian <[email protected]> wrote: > @yegappan <https://github.com/yegappan> i tried.. looks nice, though..... > > - compared to ignorecase, this 'fuzzy' probably listed massive items, > not sure if everyone like it.. > > Yes. Depending on the search pattern, fuzzy matching may find more completion items than a regular expression. But the returned results are sorted by the match score. So the item with the highest matching score is listed first. > - cannot set/work with cur 'tagfile' option, looks was exclusive each > other.. was it intended? > > Are you referring to the tag completion? Fuzzy matching is currently not supported for tag name completion. > > - it is 'matchfuzzy', not 'fuzzymatch', expression in ticket is diff > like in code, may confused someone.. > > We can change the item in 'wildoptions' to 'fuzzymatch' or just 'fuzzy'. > > - yea, so far looks canNot compl for file names (if there uppercase > letters in fs name).. > > anyway, looking forward it.. > Fuzzy matching is currently supported for completing items that are not file names or tag names. Regards, Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7mv5jUoxwGqhcz1nmCEsvwRueKZnUqy%2BawvOsPYvaMESQ%40mail.gmail.com.
