Created
March 22, 2012 07:13
-
-
Save sigwyg/2156796 to your computer and use it in GitHub Desktop.
vimprocが無い場合のエラー出力
This file contains 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
vimprocが無い場合のエラー出力 | |
================================================= | |
## Unite sshの場合(vimprocが無い場合) | |
Sources: ssh | |
!!!function <SNR>30_call_unite_empty..unite#start..<SNR>33_recache_candidates..<SNR>33_recache_candidates_loop..<SNR>33_get_source_candidates..72..<SNR>112_get_filenames..<SNR>112_ssh_command..unite#sources#ssh#system_passwd, 行 1!!! | |
!!!Vim(return):E117: 未知の関数です: sytem!!! | |
!!!Error occured in change_candidates!!!! | |
!!!Source name is ssh!!! | |
> | |
## Unite sshの場合(vimprocはあるけどmakeしてない場合) | |
Sources: ssh | |
!!!/Users/sigwyg/dotfiles/.vim/bundle/vimproc/autoload/vimproc.vim, 行 70!!! | |
!!!Vim(echoerr):vimproc's DLL: "/Users/sigwyg/dotfiles/.vim/bundle/vimproc/autoload/vimproc_mac.so" is not found. Please read :help vimproc and make it.!!! | |
!!!Error occured in change_candidates!!!! | |
!!!Source name is ssh!!! | |
> | |
## VimFiler sshの場合 | |
* エラーなし | |
* 以下のような、真っ白なVimFilerバッファが立ち上がるだけ | |
* ..にて上階層に移動しても真っ白なまま。(ssh://[email protected]:port/で頭打ち) | |
[in]: ssh://[email protected]:port//home/www/ | |
.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment