Skip to content

Instantly share code, notes, and snippets.

View sigwyg's full-sized avatar
:octocat:

Yasuo Fukuda sigwyg

:octocat:
View GitHub Profile
filetype off
filetype plugin indent off
if has('vim_starting')
set nocompatible
set runtimepath+=~/.vim/bundle/neobundle.vim
endif
call neobundle#begin(expand('~/.vim/bundle/'))
NeoBundleFetch 'Shougo/neobundle.vim'
NeoBundle 'Shougo/vimproc.vim', { 'build' : {
\ 'windows' : 'mingw32-make -f make_mingw32.mak',
@sigwyg
sigwyg / .vimrc
Created November 27, 2010 05:15
プラグイン依存部分の削除Ver.
set nocompatible
filetype plugin indent on
set tags=~/.tags
" display
" ----------------------
set number
set ruler
set cmdheight=1
set laststatus=2
@sigwyg
sigwyg / README
Created April 27, 2011 12:23
README - dotfiles (2011-04-21)
##################
#
# dotfiles
#
##################
.vimrc, .vim, vim/bundles and others
1. cd ~/
2. git clone git://github.com/sigwyg/dotfiles.git
@sigwyg
sigwyg / VimFiler - error
Created May 26, 2011 09:24
VimFiler単体起動時のerror文。「:VimFiler」「VimFilerSimple」でも同じ。Press Enterに従うと起動するも、ファイル非表示。unite入れると消える。
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
@sigwyg
sigwyg / gist:1058365
Created July 1, 2011 11:39
VimShell-sshでリモート接続中、vimでファイルを開くと出現するerror文。Enter押すと何も起こらず、ローカル側のvimshellにカーソルが戻っている。リモートのシェル画面は健在で、カーソルを戻すと操作可能。
[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", '', '')
@sigwyg
sigwyg / gist:1091782
Created July 19, 2011 09:04
VimShell-sshで接続中、<TAB>で補完しようとするとエラーになる
function <SNR>141_command_complete の処理中にエラーが検出されました:
行 5:
E119: 関数の引数が少な過ぎます: vimshell#interactive#send_string
@sigwyg
sigwyg / 0906VimShell-sshエラー
Created September 6, 2011 05:15
VimShell-ssh 利用中、ファイル/ディレクトリ指定しようとするとエラる。
*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を押すかコマンドを入力してください
@sigwyg
sigwyg / gist:1197012
Created September 6, 2011 08:55
:Unite output:message 上から下まで
>
- 日本語メッセージ翻訳/監修: 村岡 太郎 <koron.kaoriya@gmail.com>
- 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
@sigwyg
sigwyg / gist:1210644
Created September 12, 2011 05:38
:Unite output:message
- 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 を作成できません
@sigwyg
sigwyg / gist:1210771
Created September 12, 2011 07:42
VimShell-sshでリモート接続中、vimでファイルを開くと出現する
- 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()!