Bugfix: fixed condition to source $MYGVIMRC
This commit is contained in:
parent
46f5dcd5cc
commit
79e2e58107
@ -13,7 +13,7 @@ endf
|
|||||||
func! s:reload_bundles()
|
func! s:reload_bundles()
|
||||||
" TODO: obtain Bundles without sourcing .vimrc
|
" TODO: obtain Bundles without sourcing .vimrc
|
||||||
silent source $MYVIMRC
|
silent source $MYVIMRC
|
||||||
if !filereadable($MYGVIMRC)| silent source $MYGVIMRC | endif
|
if filereadable($MYGVIMRC)| silent source $MYGVIMRC | endif
|
||||||
endf
|
endf
|
||||||
|
|
||||||
func! s:helptags(rtp)
|
func! s:helptags(rtp)
|
||||||
|
Loading…
Reference in New Issue
Block a user