mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
runtime: UpdateRemotePlugins: allow bar (#7865)
This commit is contained in:
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()
|
||||||
|
Loading…
Reference in New Issue
Block a user