kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

CtrlPClearCache purge deleted files from file list but doesn't add new ones #725

Closed oblitum closed 7 years ago

oblitum commented 7 years ago

:CtrlPClearCache is not working for me to get new files listed, only for purging deleted ones, is that expected? I'm looking for a way to get new files listed without closing and opening Vim. It's the only way I know for CtrlP to start listing new files.

ghost commented 7 years ago

How did u end up making this work?

oblitum commented 7 years ago

@piotryordanov I've closed the issue b/c this repository URL is deprecated, I should have opened at https://github.com/ctrlpvim/ctrlp.vim. Shortly after I've moved away from ctrlp, I've solved by using FZF which I'm finding much better.

ghost commented 7 years ago

FZF is fantastic both for vim and outside of it. Thank you so much for the tip!