Browse Source

Auto source .vimrc on BundleInstall

pull/10/head
gmarik 15 years ago
parent
commit
abb7074f9d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      autoload/vundle.vim

+ 1
- 0
autoload/vundle.vim View File

@ -59,6 +59,7 @@ func! vundle#require_bundle(bundle)
endf
func! vundle#install_bundles()
silent source ~/.vimrc
exec '!mkdir -p '.g:bundle_dir
call vundle#sync_bundles()
call vundle#helptagify_bundles()


Loading…
Cancel
Save