Hi, On Sun, Feb 20, 2022 at 1:03 AM Maxim Kim <[email protected]> wrote: > > > It is not supported for file/directory names, tag names and color scheme > > names. > > Is there a reason not to support file/directory names? >
The call stack to get/expand a list of file/directory names is nested deeply. In this function stack, the search pattern gets mangled (to add wildcard characters and escape other special characters). So a lot of code changes are needed to add fuzzy completion for file name/directory names. I may look at this after adding fuzzy completion for 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/CAAW7x7nG8QAuvmg4RSvvwKmWce-gzb9Xt%2BEAJoQ4Dwxktm4s4Q%40mail.gmail.com.
