Created
August 13, 2012 15:37
-
-
Save akiradeveloper/3341971 to your computer and use it in GitHub Desktop.
色々入れたらvimfilerがバグった・・
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function <SNR>1_toggle_vimfiler..<SNR>32_call_vimfiler..vimfiler#switch_filer..<SNR>75_create_filer..vimfiler#handler#_event_handler..<SNR>76_on_BufReadCmd..<SNR>76_initialize_vim | |
| filer_directory..vimfiler#force_redraw_screen..vimfiler#get_directory_files..unite#get_vimfiler_candidates..<SNR>33_get_candidates..<SNR>33_recache_candidates..<SNR>33_recache_can | |
| didates_loop..<SNR>33_get_source_candidates..39..37..unite#util#glob..vimproc#readdir..<SNR>63_libcall, line 16 | |
| Press ENTER or type command to continue | |
| vimproc: vp_readdir: ['opendir() error: No such file or directory'] | |
| Press ENTER or type command to continue | |
| [unite.vim] Error occured in vimfiler_gather_candidates! | |
| Press ENTER or type command to continue | |
| [unite.vim] Source name is file | |
へ???
/home/akira/
/home/akira/.
/home/akira/Documents/
がvimproc#globに入っていく(vimprocありバージョンのパス).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ここで死
akira@Paptimus> find . | xargs grep -n get_source_candidates ~/.vim/bundle
./unite.vim/autoload/unite.vim:1963: let source_candidates = s:get_source_candidates(source)
./unite.vim/autoload/unite.vim:2014:function! s:get_source_candidates(source)"{{{
./unite.vim/autoload/unite.vim:2017: let funcname = 's:get_source_candidates()'