runtime: Refer to plugins running outside Nvim as "remote plugins"

- Rename autoload/rpc to autoload/remote
- External plugins are now remote plugins
- External plugins directory is "rplugin"
This commit is contained in:
Thiago de Arruda
2014-11-21 10:07:59 -03:00
parent 9a774e726c
commit 6b17082d3c
9 changed files with 90 additions and 90 deletions

View File

@@ -0,0 +1,5 @@
if exists('loaded_remote_plugins') || &cp
finish
endif
let loaded_remote_plugins = 1
call remote#host#LoadRemotePlugins()