Skip to content

Commit 8e6231a

Browse files
committed
Update .vimrc.neobundle
1 parent b4d9a91 commit 8e6231a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vim_settings/.vim/vimrcs/.vimrc.neobundle

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ filetype off
33

44
if has('vim_starting')
55
set rtp+=~/.vim/bundle/neobundle.vim.git
6-
call neobundle#rc(expand('~/.vim/bundle'))
6+
call neobundle#begin(expand('~/.vim/bundle'))
7+
call neobundle#end()
78
endif
89

910
NeoBundle "Align"

0 commit comments

Comments
 (0)