aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-06-15 00:42:17 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-06-15 19:31:11 -0400
commitc698ed05310034d38192174d20da6926586be3ca (patch)
tree3770780949c401bdf313b67c2d7b21465449f4c4 /runtime/doc
parent30a7d551ee54d03ae47d5566e0daff9302b3fefa (diff)
downloadrneovim-c698ed05310034d38192174d20da6926586be3ca.tar.gz
rneovim-c698ed05310034d38192174d20da6926586be3ca.tar.bz2
rneovim-c698ed05310034d38192174d20da6926586be3ca.zip
doc: cleanup
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/nvim.txt2
-rw-r--r--runtime/doc/provider.txt (renamed from runtime/doc/nvim_provider.txt)4
2 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/nvim.txt b/runtime/doc/nvim.txt
index 5f41b8611b..00740dbe93 100644
--- a/runtime/doc/nvim.txt
+++ b/runtime/doc/nvim.txt
@@ -17,7 +17,7 @@ see |help.txt|.
5. Python plugins |nvim-python|
6. Clipboard integration |clipboard|
7. Remote plugins |remote-plugin|
-8. Provider infrastructure |nvim-provider|
+8. Provider infrastructure |provider|
9. Integrated terminal emulator |terminal-emulator|
==============================================================================
diff --git a/runtime/doc/nvim_provider.txt b/runtime/doc/provider.txt
index 09b3d5a3e7..c139105f28 100644
--- a/runtime/doc/nvim_provider.txt
+++ b/runtime/doc/provider.txt
@@ -1,10 +1,10 @@
-*nvim_provider.txt* For Nvim. {Nvim}
+*provider.txt* {Nvim}
NVIM REFERENCE MANUAL by Thiago de Arruda
-Nvim provider infrastructure *nvim-provider*
+Nvim provider infrastructure *provider*
This document is for developers. If you are a normal user or plugin developer
looking to learn about Nvim |rpc| for implementing plugins in other