if exists('g:loaded_remote_plugins') finish endif let g:loaded_remote_plugins = 1 command! UpdateRemotePlugins call remote#host#UpdateRemotePlugins() augroup nvim-rplugin autocmd! autocmd FuncUndefined * \ call remote#host#LoadRemotePluginsEvent( \ 'FuncUndefined', expand('')) autocmd CmdUndefined * \ call remote#host#LoadRemotePluginsEvent( \ 'CmdUndefined', expand('')) augroup END