diff --git a/plug.vim b/plug.vim index 479fd6e..6fdc61d 100644 --- a/plug.vim +++ b/plug.vim @@ -105,7 +105,7 @@ function! plug#begin(...) command! -nargs=* -bang -complete=customlist,s:names PlugInstall call s:install(!empty(''), ) command! -nargs=* -bang -complete=customlist,s:names PlugUpdate call s:update(!empty(''), ) command! -nargs=0 -bang PlugClean call s:clean('' == '!') - command! -nargs=0 PlugUpgrade if s:upgrade() | call s:upgrade_specs() | execute 'source '. s:me | endif + command! -nargs=0 PlugUpgrade if s:upgrade() | execute 'source '. s:me | call s:upgrade_specs() | endif command! -nargs=0 PlugStatus call s:status() command! -nargs=0 PlugDiff call s:diff()