diff --git a/plug.vim b/plug.vim index 588fca3..7707189 100644 --- a/plug.vim +++ b/plug.vim @@ -92,7 +92,7 @@ function! plug#begin(...) " we want to keep track of the order plugins where registered. let g:plugs_order = [] - command! -nargs=+ Plug call s:add(1, ) + command! -nargs=+ -bar Plug call s:add(1, ) command! -nargs=* PlugInstall call s:install() command! -nargs=* PlugUpdate call s:update() command! -nargs=0 -bang PlugClean call s:clean('' == '!')