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
- ./ | |
- /Users/sigwyg/dotfiles/.vim/bundle/vimshell/autoload/vimshell.vim の処理中にエラーが検出されました: | |
- 行 669: | |
- E127: 関数 vimshell#execute_current_line を再定義できません: 使用中です | |
- function vimshell#execute_current_line..vimshell#int_mappings#execute_line..<SNR>221_exe..ell_ssh#pre の処理中にエラーが検出されました: | |
- 行 17: | |
- E117: 未知の関数です: vimshell#split_nicely | |
- function vimshell#execute_current_line..vimshell#int_mappings#execute_line..<SNR>221_exe..active# |
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
- function neocomplcache#auto_complete..neocomplcache#manual_complete..neocomplcache#get_complete_..s_words..62..<SNR>81_ls..<SNR>81_remoterun, 行 8 | |
- Vim(call):E716: 辞書型にキーが存在しません: write | |
- Error occured in complfunc's get_complete_words()! | |
- Plugin name is int_ssh | |
- function neocomplcache#auto_complete..neocomplcache#manual_complete..neocomplcache#get_complete_..s_words..62..<SNR>81_ls..<SNR>81_remoterun, 行 8 | |
- Vim(call):E716: 辞書型にキーが存在しません: write | |
- Error occured in complfunc's get_complete_words()! |
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
- function vimshell#execute_current_line..vimshell#int_mappings#execute_line..<SNR>213_execute_history..ll#history#write の処理中にエラーが検出されました: | |
- 行 4: | |
- E482: ファイル /var/folders/9U/9UBvIPKxHc8uBwGX20HcOk+++TI/-Tmp-/vroCgCW/2 を作成できません |
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
> | |
- 日本語メッセージ翻訳/監修: 村岡 太郎 <[email protected]> | |
- Vim(if):E33: 正規表現置換がまだ実行されていません | |
- Error occured in complfunc's get_keyword_pos()! | |
- Plugin name is int_ssh | |
- function <SNR>75_on_moved_i..neocomplcache#do_auto_complete..neocomplcache#get_complete_results_pos..61..31, 行 17 | |
- Vim(if):E33: 正規表現置換がまだ実行されていません | |
- Error occured in complfunc's get_keyword_pos()! | |
- Plugin name is int_ssh |
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
*vimshell* - 1 [utf-8][unix] 2,1-31 末尾 | |
Plugin name is int_ssh | |
function neocomplcache#auto_complete..neocomplcache#manual_complete..neocomplcache#get_cur_keyword_pos の処理中にエラーが検出されました: | |
行 2: | |
E715: 辞書型が必要です | |
続けるにはENTERを押すかコマンドを入力してください | |
function neocomplcache#auto_complete..neocomplcache#manual_complete..neocomplcache#get_cur_keyword_pos の処理中にエラーが検出されました: | |
行 2: | |
E714: リスト型が必要です | |
続けるにはENTERを押すかコマンドを入力してください |
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
function <SNR>141_command_complete の処理中にエラーが検出されました: | |
行 5: | |
E119: 関数の引数が少な過ぎます: vimshell#interactive#send_string |
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
[1]vimshell [utf-8][unix] 23,1-37 All iexe-ssh@6 [utf-8][unix] 5,21 All | |
Error detected while processing function vimshell#execute_current_line..vimshell#int_mappings#execute_line..<SNR>131_execute_history..vimshell#inter | |
active#execute_pty_inout..vimshell#hook#call_filter..vimshell_ssh#pre: | |
line 12: | |
E684: list index out of range: 1 | |
E15: Invalid expression: split(chunk, "\n")[1] | |
line 13: | |
E121: Undefined variable: dir | |
E116: Invalid arguments for function substitute(dir, "\r", '', '') | |
E15: Invalid expression: substitute(dir, "\r", '', '') |
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
Error detected while processing function vital#of: | |
line 4: | |
E605: Exception not caught: vital: version file not found: unite | |
Error detected while processing function vimfiler#switch_filer..vimfiler#create_filer..vimfiler#force_redraw_screen..vimfiler#redraw_screen: | |
line 30: | |
E170: Missing :endfor |
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
################## | |
# | |
# dotfiles | |
# | |
################## | |
.vimrc, .vim, vim/bundles and others | |
1. cd ~/ | |
2. git clone git://github.com/sigwyg/dotfiles.git |
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
set nocompatible | |
filetype plugin indent on | |
set tags=~/.tags | |
" display | |
" ---------------------- | |
set number | |
set ruler | |
set cmdheight=1 | |
set laststatus=2 |
NewerOlder