runtime: UpdateRemotePlugins: allow bar (#7865)

This commit is contained in:
zandrmartin 2018-01-17 19:50:17 +00:00 committed by Justin M. Keyes
parent 1c6e956079
commit 8fc437ef43

View File

@ -56,6 +56,6 @@ function! s:LoadRemotePlugins() abort
endif
endfunction
command! UpdateRemotePlugins call remote#host#UpdateRemotePlugins()
command! -bar UpdateRemotePlugins call remote#host#UpdateRemotePlugins()
call s:LoadRemotePlugins()