Hi, On Fri, Sep 11, 2020 at 9:07 AM Dominique Pellé <[email protected]> wrote:
> *@dpelle* commented on this pull request. > ------------------------------ > > In runtime/doc/eval.txt > <https://github.com/vim/vim/pull/6932#discussion_r487144365>: > > > @@ -7307,6 +7308,22 @@ matchend({expr}, {pat} [, {start} [, {count}]]) > > *matchend()* > Can also be used as a |method|: > > GetText()->matchend('word') > > +matchfuzzy({list}, {str}) *matchfuzzy()* > + Returns a list with all the strings in {list} that fuzzy > + matches {str}. The strings in the returned list are sorted > + based on the matching score. {str} is treated as a literal > + string and regular expression matching is NOT supported. > + The maximum supported {str} length is 256. > > What happens if {str} length is > 256? > > > If the length of {str} is > 256, then returns an empty list. I will update the help. 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/CAAW7x7m_y1iA9wnNduSN%2BQnURa6%3DzDdcs_dVvNfwdwnrLvFYNg%40mail.gmail.com.
