ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.57k stars 259 forks source link

add support for matchfuzzy #551

Open prabirshrestha opened 3 years ago

prabirshrestha commented 3 years ago

https://github.com/vim/vim/pull/6932

mattn commented 3 years ago

Here you are. https://github.com/mattn/ctrlp-matchfuzzy/

prabirshrestha commented 3 years ago

awesome. would be good if it was included as part of ctrlp given it is small.

mattn commented 3 years ago

yes. will do.

tani commented 2 years ago

Neovim 0.7 has a matchfuzzy function. It is a good time to add it, isn't it? There are two options, I thought.

Would you mind telling me your opinion?

tani commented 2 years ago

Excuse me. Your patch https://github.com/vim/vim/pull/10189 was also merged to Neovim as https://github.com/neovim/neovim/pull/18249. I would like to suggest you make CtrlP faster using the updated version of matchfuzzy if you do not annoy my message.