mirror of
https://github.com/neovim/neovim.git
synced 2025-11-21 09:36:29 +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
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
command! UpdateRemotePlugins call remote#host#UpdateRemotePlugins()
|
command! -bar UpdateRemotePlugins call remote#host#UpdateRemotePlugins()
|
||||||
|
|
||||||
call s:LoadRemotePlugins()
|
call s:LoadRemotePlugins()
|
||||||
|
|||||||
Reference in New Issue
Block a user