画竜点睛を衝く@mapyo

日々やった事をつらつらと書くブログです

Yosemiteにした後、vimのautosaveが使えなくなっていた

$ vim --veriosn
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Sep  9 2014 16:30:51)
Unknown option argument: "--veriosn"
More info with: "vim -h"

$ vim ~/.zshrc
[neobundle] neobundle#rc() is deprecated function.
[neobundle] It will be removed in the next version.
[neobundle] Please use neobundle#begin()/neobundle#end() instead.
Error detected while processing /Users/mapyo/dotfiles/.vim/bundle/vim-auto-save/plugin/AutoSave.vim:
line   39:
E216: No such group or event: CompleteDone * call AutoSave()

Press ENTER or type command to continue

こんな感じでvimで何か開こうとすると、Errorが出てautosaveが動かなくなっていた。 brewvimを入れてみた

$ brew install 
$ vim —version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 12 2014 07:32:18)
MacOS X (unix) version

Included patches: 1-488
(以下いろいろ出たけど省略)
$ vim test.txt
[neobundle] neobundle#rc() is deprecated function.
[neobundle] It will be removed in the next version.
[neobundle] Please use neobundle#begin()/neobundle#end() instead.

Press ENTER or type command to continue

一応、エラーは解消したー。 versionが7.37.4になったが、何かのバグがfixされたから、エラーでなくなったのだろうか。。。