Skip to content

Instantly share code, notes, and snippets.

@mapyo
Created November 13, 2014 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mapyo/088ad985902eecd7d008 to your computer and use it in GitHub Desktop.
Save mapyo/088ad985902eecd7d008 to your computer and use it in GitHub Desktop.
vimを起動する時に警告が出るようになったのを直した ref: http://qiita.com/mapyo/items/d8217389b03b425ab04f
[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
call neobundle#rc(expand('~/.vim/bundle/'))
call neobundle#begin(expand('~/.vim/bundle/'))
NeoBundleFetch 'Shougo/neobundle.vim'
call neobundle#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment