Re: Fuzzy matching for command-line completion

2020-10-29 Fir de Conversatie Maxim Kim
> > What do you think about extending this to support fuzzy matching? > We can add a value to the 'wildoptions' option (e.g. 'fuzzymatch') to > enable fuzzy matching instead of regular expression matching > for builtin commands. > > Would love to have it. -- -- You received this message from

Fuzzy matching for command-line completion

2020-10-28 Fir de Conversatie Yegappan Lakshmanan
Hi all, Vim currently supports regular expression matching for command-line completion of a pattern (help cmdline-completion). What do you think about extending this to support fuzzy matching? We can add a value to the 'wildoptions' option (e.g. 'fuzzymatch') to enable fuzzy matching instead of r