mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
runtime: UpdateRemotePlugins: allow bar (#7865)
This commit is contained in:

committed by
Justin M. Keyes

parent
1c6e956079
commit
8fc437ef43
@@ -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()
|
||||
|
Reference in New Issue
Block a user