Hi, On Fri, Sep 11, 2020 at 5:54 AM Bram Moolenaar <[email protected]> wrote:
> A few practical usage examples would help. > > > To demonstrate the use of the new matchfuzzy() function, I have created a file selector plugin: https://github.com/yegappan/fileselect This plugin will allow you to select a file from the current directory tree using fuzzy matching. Note that this plugin uses the glob() function to expand the file names recursively in the current directory. So if you use this in a directory tree with thousands of files, it will be slow. 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/CAAW7x7mSDjuvhhUEKUAH5VgdL2VeOutfmVrK96bn1M96V_d2uw%40mail.gmail.com.
