Browse Source

Bugfix: fixed condition to source $MYGVIMRC

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

+ 1
- 1
autoload/vundle/installer.vim View File

@ -13,7 +13,7 @@ endf
func! s:reload_bundles()
" TODO: obtain Bundles without sourcing .vimrc
silent source $MYVIMRC
if !filereadable($MYGVIMRC)| silent source $MYGVIMRC | endif
if filereadable($MYGVIMRC)| silent source $MYGVIMRC | endif
endf
func! s:helptags(rtp)


Loading…
Cancel
Save