Auto source .vimrc on BundleInstall
This commit is contained in:
parent
5895000e1d
commit
abb7074f9d
@ -59,6 +59,7 @@ func! vundle#require_bundle(bundle)
|
|||||||
endf
|
endf
|
||||||
|
|
||||||
func! vundle#install_bundles()
|
func! vundle#install_bundles()
|
||||||
|
silent source ~/.vimrc
|
||||||
exec '!mkdir -p '.g:bundle_dir
|
exec '!mkdir -p '.g:bundle_dir
|
||||||
call vundle#sync_bundles()
|
call vundle#sync_bundles()
|
||||||
call vundle#helptagify_bundles()
|
call vundle#helptagify_bundles()
|
||||||
|
Loading…
Reference in New Issue
Block a user