diff options
| author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-21 10:07:59 -0300 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-21 10:11:42 -0300 |
| commit | 6b17082d3cf1f2e6c9eddb4f5ec0154f0f7286b0 (patch) | |
| tree | aaed92ccdfd4dbef8255e42267a1cc90218e601b /runtime/doc/Makefile | |
| parent | 9a774e726c362083691476a42ab6eac0b536397a (diff) | |
| download | rneovim-6b17082d3cf1f2e6c9eddb4f5ec0154f0f7286b0.tar.gz rneovim-6b17082d3cf1f2e6c9eddb4f5ec0154f0f7286b0.tar.bz2 rneovim-6b17082d3cf1f2e6c9eddb4f5ec0154f0f7286b0.zip | |
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"
Diffstat (limited to 'runtime/doc/Makefile')
| -rw-r--r-- | runtime/doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |