Last active
March 24, 2016 16:49
-
-
Save kaosf/ce1170fed96348e19ecb to your computer and use it in GitHub Desktop.
dein.vim (現状最新 8ec15cdd4c79853563634f05d87f31bd75f53755) でcaw.vimがエラーを吐く問題 (原因はdein.vimの方) のworkaround(でしたが,caw.vimの方の問題だったようでそれも修正されたようです)
This file contains hidden or 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
!!!! もう以下のような修正は不要です !!!! | |
deinのインストール場所まで移動 (cd ~/.vim/dein や cd ~/.cache/dein などであると推測される)(ユーザごとに違う) | |
cd repos/github.com/Shougo/dein.vim | |
git checkout 5e1c1329c53640e439cf9912b0f317b0f2cf7ec1 | |
Vimで | |
:call dein#recache_runtimepath() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dein.vimの問題ではなくcaw.vim側の問題だったようです.