Using the FuzzyFinder plugin in Vim, how can I restore a list of files?
Try the following:
:ruby finder.rescan!
You can match this with something if you need to do it often.
Fuzzy Finder has a team called: FufRenewCache
There was something similar in earlier versions of Fuzzy Finder, but I can't remember the command now.
Just try typing
: Fuf or: FuzzyFinder
And see what possible commands are shown in Vim.
You can also disable caching by entering the following settings in .vimrc:
.vimrc
let g:fuf_help_cache_dir = '' let g:fuf_tag_cache_dir = '' let g:fuf_taggedfile_cache_dir = ''