Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

Vim起動時にneobundleのエラーが表示されるようになった時の対処方

$
0
0

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


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>