mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 10:14:06 +00:00
Improve remote plugin scripts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if exists('loaded_remote_plugins') || &cp
|
||||
if exists('g:loaded_remote_plugins') || &cp
|
||||
finish
|
||||
endif
|
||||
let loaded_remote_plugins = 1
|
||||
let g:loaded_remote_plugins = 1
|
||||
call remote#host#LoadRemotePlugins()
|
||||
|
||||
Reference in New Issue
Block a user