スポンサーリンク

【Vim】CentOSのデフォルトVimでdeinを使おうとするとハマる件

スポンサーリンク

前提条件

こちらのページのreadmeを見て、.vimrcファイルの編集まで行っていることとする

以下のようなエラー

$ vim .vimrc
Error detected while processing function dein#begin..dein#util#_begin..dein#util#_error..<SNR>10_msg2list:
line    1:
E121: Undefined variable: v:t_list
E15: Invalid expression: type(a:expr) ==# v:t_list ? a:expr : split(a:expr, '\n')
Error detected while processing function dein#begin..dein#util#_begin..dein#util#_error:
line    1:
E714: List required
Press ENTER or type command to continue

解決方法

こちらの記事を参考にした

$ cd ~//.cache/dein/repos/github.com/Shougo/dein.vim #deinのインストールディレクトリパス
$ git checkout 1.0

コメント

タイトルとURLをコピーしました