aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/msgpack_rpc.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-01 17:09:29 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-05-01 17:48:06 +0200
commit45ef3d9d0c5f09e735b984fb6bbb25b27848408c (patch)
tree246f9c749cacacb5c19439b44c2d448117ce7b11 /runtime/doc/msgpack_rpc.txt
parentbc4a2e1576c66ae5eea5463990d73528b3fc75bf (diff)
downloadrneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.tar.gz
rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.tar.bz2
rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.zip
doc: Replace hardcoded TOCs with <M-]> advice.
Diffstat (limited to 'runtime/doc/msgpack_rpc.txt')
-rw-r--r--runtime/doc/msgpack_rpc.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt
index 8d013dceb2..856476c6ae 100644
--- a/runtime/doc/msgpack_rpc.txt
+++ b/runtime/doc/msgpack_rpc.txt
@@ -6,12 +6,7 @@
RPC API for Nvim *RPC* *rpc* *msgpack-rpc*
-1. Introduction |rpc-intro|
-2. API mapping |rpc-api|
-3. Connecting |rpc-connecting|
-4. Clients |rpc-api-client|
-5. Types |rpc-types|
-6. Remote UIs |rpc-remote-ui|
+ Type <M-]> to see the table of contents.
==============================================================================
1. Introduction *rpc-intro*
@@ -33,7 +28,7 @@ programs can:
The RPC API is like a more powerful version of Vim's `clientserver` feature.
==============================================================================
- 2. API mapping *rpc-api*
+2. API mapping *rpc-api*
The Nvim C |API| is automatically exposed to the RPC API by the build system,
which parses headers at src/nvim/api/*. A dispatch function is generated which