diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-06-15 01:59:28 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-06-15 22:50:37 -0400 |
commit | 2dbf0400483be7c92c9a2f389ffa33ec48d8dff0 (patch) | |
tree | 17fd1e36f74c137360ebcf89bc0389a0cf2f2cf2 /runtime/doc/msgpack_rpc.txt | |
parent | 37f560aedf36043d479775ccc20447801b615126 (diff) | |
download | rneovim-2dbf0400483be7c92c9a2f389ffa33ec48d8dff0.tar.gz rneovim-2dbf0400483be7c92c9a2f389ffa33ec48d8dff0.tar.bz2 rneovim-2dbf0400483be7c92c9a2f389ffa33ec48d8dff0.zip |
doc: uppercase RPC
Diffstat (limited to 'runtime/doc/msgpack_rpc.txt')
-rw-r--r-- | runtime/doc/msgpack_rpc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt index 2db7c498e3..2c4b1b35bc 100644 --- a/runtime/doc/msgpack_rpc.txt +++ b/runtime/doc/msgpack_rpc.txt @@ -4,7 +4,7 @@ NVIM REFERENCE MANUAL by Thiago de Arruda -RPC API for Nvim *rpc* *msgpack-rpc* +RPC API for Nvim *RPC* *rpc* *msgpack-rpc* 1. Introduction |rpc-intro| 2. API mapping |rpc-api| |