hasen's tech life

Twitter: @hasen

unite.vim does not work this version of Vim "702"というエラーに対応した.

Vimのヴァージョンが古いようで,出たエラーに対応した.

# コマンドラインモードで
:NeoBundleUpdate
# エラー
> Error detected while processing /home/sengoku/.vim/.bundle/unite.vim/plugin/unite.vim:
> line 29:
> unite.vim does not work this version of Vim "702".

$ cd ~/.vim/.bundle/unite.vim/
# GitHubを確認
$ git co cec560e

# 再度コマンドラインモードで
:NeoBundleUpdate