fuzzyfinder

fuzzyfinder not working in gvim

雨燕双飞 提交于 2019-12-07 06:22:49
问题 I found out about fuzzyfinder yesterday and tried installing it. Then found out I needed L9 since that is a prerequisite for fuzzyfinder. I am getting the following errors when running gvim: Error detected while processing /usr/share/vim/vim72/plugin/fuf.vim: line 13: ***** L9 library must be installed! ***** Error detected while processing /usr/share/vim/vim72/plugin/l9.vim: line 8: E117: Unknown function: l9#guardScriptLoading E15: Invalid expression: !l9#guardScriptLoading(expand('<sfile>

fuzzyfinder not working in gvim

血红的双手。 提交于 2019-12-05 10:29:03
I found out about fuzzyfinder yesterday and tried installing it. Then found out I needed L9 since that is a prerequisite for fuzzyfinder. I am getting the following errors when running gvim: Error detected while processing /usr/share/vim/vim72/plugin/fuf.vim: line 13: ***** L9 library must be installed! ***** Error detected while processing /usr/share/vim/vim72/plugin/l9.vim: line 8: E117: Unknown function: l9#guardScriptLoading E15: Invalid expression: !l9#guardScriptLoading(expand('<sfile>:p'), 702, 0, []) line 16: E117: Unknown function: l9#defineVariableDefault I've put fuf.vim and l9.vim

Can't install FuzzyFinder in vim

三世轮回 提交于 2019-12-01 05:53:17
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. 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

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

VIM: FuzzyFinder usage, tips, gotchas - how can one make use of this plugin?

笑着哭i 提交于 2019-11-29 22:18:47
http://www.vim.org/scripts/script.php?script_id=1984 You can launch FuzzyFinder by following commands: Command Mode ~ |:FufBuffer| - Buffer mode (|fuf-buffer-mode|) |:FufFile| - File mode (|fuf-file-mode|) |:FufDir| - Directory mode (|fuf-dir-mode|) |:FufMruFile| - MRU-File mode (|fuf-mrufile-mode|) |:FufMruCmd| - MRU-Command mode (|fuf-mrucmd-mode|) |:FufBookmark| - Bookmark mode (|fuf-bookmark-mode|) |:FufTag| - Tag mode (|fuf-tag-mode|) |:FufTaggedFile| - Tagged-File mode (|fuf-taggedfile-mode|) |:FufJumpList| - Jump-List mode (|fuf-jumplist-mode|) |:FufChangeList| - Change-List mode (|fuf

VIM: FuzzyFinder usage, tips, gotchas - how can one make use of this plugin?

寵の児 提交于 2019-11-28 19:02:22
问题 http://www.vim.org/scripts/script.php?script_id=1984 You can launch FuzzyFinder by following commands: Command Mode ~ |:FufBuffer| - Buffer mode (|fuf-buffer-mode|) |:FufFile| - File mode (|fuf-file-mode|) |:FufDir| - Directory mode (|fuf-dir-mode|) |:FufMruFile| - MRU-File mode (|fuf-mrufile-mode|) |:FufMruCmd| - MRU-Command mode (|fuf-mrucmd-mode|) |:FufBookmark| - Bookmark mode (|fuf-bookmark-mode|) |:FufTag| - Tag mode (|fuf-tag-mode|) |:FufTaggedFile| - Tagged-File mode (|fuf-taggedfile