Cannot install FuzzyFinder in vim

I vim-fuzzyfinderupload to the download folder. I move the folder (containing autoload/, doc/and plugin/to ~/.vim/bundle/(by the way, I use Pathogen). I run vim and get the following error:

Error detected while processing /Users/archio/.vim/bundle/vim-fuzzyfinder/plugin/fuf.vim  
line   13:
***** L9 library must be installed! *****

What happened? How can I make this work? I am new to vim plugins.

+5
source share
1 answer

The plug-in probably has a dependency on the L9 library , to which I have not met until now. Just install the L9 library and try again.

, , CtrlP, , , , , , Vim MangoldSchinkenCannelloni.

+11

All Articles