orenoblog

エンジニアになりたいExcel方眼紙erの物語

vimのデバッグ

ここを読む

vim起動時にエラーが出てたけどさっぱりわからなかったのでログを取得して調べた。

  • vim起動時のエラー
Error detected while processing function 197..207..208:
line    1:
E15: Invalid expression:

dashのpluginが怪しいのでdisableにしたところエラーは発生しなくなった。

chdir(.vim/bundle/neobundle.vim/dash.vim/autoload/dash)
fchdir() to previous dir
line 7: sourcing ".vim/bundle/neobundle.vim/dash.vim/autoload/dash/profile.vim"
finished sourcing .vim/bundle/neobundle.vim/dash.vim/autoload/dash/profile.vim
continuing in Documents/dotfiles/.vim/bundle/neobundle.vim/dash.vim/autoload/dash/cache.vim
finished sourcing .vim/bundle/neobundle.vim/dash.vim/autoload/dash/cache.vim
continuing in Documents/dotfiles/.vim/bundle/neobundle.vim/dash.vim/autoload/dash.vim
Calling shell to execute: "(defaults read com.kapeli.dash docsets) > /var/folders/xb/23724v4j7gq0kl031gd5ly580000gn/T/vtILWM4/1"
                                                                                                                                Error detected while processing function 197..207..208:
line    1:
E15: Invalid expression:  
NeoBundle 'rizzatti/dash.vim'

ティウンティウンティウン