Vim起動時にこんなエラーが表示されるようになった時の対処法
[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
.vimrcの↓を
call neobundle#rc(expand('~/.vim/bundle/'))
↓に変更する
call neobundle#begin(expand('~/.vim/bundle/'))
NeoBundleFetch 'Shougo/neobundle.vim'
call neobundle#end()
OSX 10.10
Vim 7.4