From 6b17082d3cf1f2e6c9eddb4f5ec0154f0f7286b0 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Fri, 21 Nov 2014 10:07:59 -0300 Subject: 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" --- runtime/doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc/Makefile') diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index a498223517..82fd921038 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -21,7 +21,7 @@ DOCS = \ digraph.txt \ editing.txt \ eval.txt \ - external_plugin.txt \ + remote_plugin.txt \ farsi.txt \ filetype.txt \ fold.txt \ @@ -142,7 +142,7 @@ HTMLS = \ digraph.html \ editing.html \ eval.html \ - external_plugin.html \ + remote_plugin.html \ farsi.html \ filetype.html \ fold.html \ -- cgit