Can't install FuzzyFinder in vim

十年热恋 提交于 2019-12-01 03:57:05

问题


I download vim-fuzzyfinder into my downloads folder. I move the folder (containing autoload/, doc/, and plugin/ to ~/.vim/bundle/ (I'm using Pathogen, by the way). I start up 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 get this to work? I'm fairly new to vim plugins.


回答1:


The plugin in question appears to have a dependency on the L9 library, which I hadn't come across either so far. Just install the L9 library and retry.

Ah, and there is an alternative called the CtrlP plugin, and it is pretty good, especially, at least for me, when taking the fuzz out for straight matching as per the instructions given on the Vim mailing list archives in this MangoldSchinkenCannelloni message.



来源:https://stackoverflow.com/questions/10623640/cant-install-fuzzyfinder-in-vim

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!