We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d9a91 commit 8e6231aCopy full SHA for 8e6231a
vim_settings/.vim/vimrcs/.vimrc.neobundle
@@ -3,7 +3,8 @@ filetype off
3
4
if has('vim_starting')
5
set rtp+=~/.vim/bundle/neobundle.vim.git
6
- call neobundle#rc(expand('~/.vim/bundle'))
+ call neobundle#begin(expand('~/.vim/bundle'))
7
+ call neobundle#end()
8
endif
9
10
NeoBundle "Align"
0 commit comments