Bugfix: fixed condition to source $MYGVIMRC
This commit is contained in:
parent
46f5dcd5cc
commit
79e2e58107
@ -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…
Reference in New Issue
Block a user