This plugin (here) looks really great but whenever I try to install it vim doesnt seem to recognize that it exists.
I unzip the archive in my .vim dir but when I run vim and try to execute a fuzzyfinder command I get a command not found error.
E492: Not an editor command: FufBuffer
Here are the contents of my .vim dir
bash-3.2$ ls -R .vim
.vim:
autoload doc plugin syntax vim-fuzzyfinder.zip
.vim/autoload:
fuf fuf.vim
.vim/autoload/fuf:
bookmark.vim callbackfile.vim dir.vim givencmd.vim givenfile.vim mrufile.vim tag.vim
buffer.vim callbackitem.vim file.vim givendir.vim mrucmd.vim taggedfile.vim
.vim/doc:
fuf.jax fuf.txt vcscommand.txt
.vim/plugin:
fuf.vim fuzzyfinder.vim vcsbzr.vim vcscommand.vim vcscvs.vim vcsgit.vim vcshg.vim vcssvk.vim vcssvn.vim
.vim/syntax:
CVSAnnotate.vim gitAnnotate.vim SVKAnnotate.vim SVNAnnotate.vim vcscommit.vim
bash-3.2$