Hi all, On Fri, Sep 11, 2020 at 3:51 PM Yegappan Lakshmanan <[email protected]> wrote:
> 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. > > The file selector plugin has been updated to use the matchfuzzypos() function to get the list of matches and to highlight the matching characters. Also, the plugin uses a timer to asynchronously process the list of files. The plugin is rewritten in Vim9. Thanks to lacygoill for the various patches. 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/CAAW7x7nDtcVS10ykFoipnrK3V26SX%2B8MtCx76yk_e%2BzDC155%3Dw%40mail.gmail.com.
