kien / ctrlp.vim

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

cache is not cleared? #700

Open gerases opened 8 years ago

gerases commented 8 years ago

Hi,

My settings for caching is just this:

let g:ctrlp_cache_dir = $HOME.'/.cache/ctrlp'

But even if I issue CtrlPClearCache, the files under that directory seem unaffected. I manually remove them. And once I remove them CtrlP doesn't seem to re-index right away.

Any idea?

Thanks

gerases commented 8 years ago

Ignore the comment about the non-reindexing. I was in the MRU mode. My bad.