Skip to content

Instantly share code, notes, and snippets.

@kaosf
Last active March 24, 2016 16:49
Show Gist options
  • Save kaosf/ce1170fed96348e19ecb to your computer and use it in GitHub Desktop.
Save kaosf/ce1170fed96348e19ecb to your computer and use it in GitHub Desktop.
dein.vim (現状最新 8ec15cdd4c79853563634f05d87f31bd75f53755) でcaw.vimがエラーを吐く問題 (原因はdein.vimの方) のworkaround(でしたが,caw.vimの方の問題だったようでそれも修正されたようです)
!!!! もう以下のような修正は不要です !!!!
deinのインストール場所まで移動 (cd ~/.vim/dein や cd ~/.cache/dein などであると推測される)(ユーザごとに違う)
cd repos/github.com/Shougo/dein.vim
git checkout 5e1c1329c53640e439cf9912b0f317b0f2cf7ec1
Vimで
:call dein#recache_runtimepath()
@kaosf
Copy link
Author

kaosf commented Mar 24, 2016

dein.vimの問題ではなくcaw.vim側の問題だったようです.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment