diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-08-19 14:13:14 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-06 01:56:04 +0100 |
| commit | 842a54a1bbdd3724ba9283269b3f9899b3844e35 (patch) | |
| tree | 2ba7f8a8a49b9d8261d90d9d3b85b223abf52244 /runtime/doc/api.txt | |
| parent | 04b3c327723587fa63f391884b8dfce44233cc77 (diff) | |
| download | rneovim-842a54a1bbdd3724ba9283269b3f9899b3844e35.tar.gz rneovim-842a54a1bbdd3724ba9283269b3f9899b3844e35.tar.bz2 rneovim-842a54a1bbdd3724ba9283269b3f9899b3844e35.zip | |
doc
Diffstat (limited to 'runtime/doc/api.txt')
| -rw-r--r-- | runtime/doc/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 159dd93c5e..876adf0d72 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -7,7 +7,7 @@ Nvim API *API* *api* Nvim exposes a powerful API that can be used by plugins and external processes -via |msgpack-rpc|, Lua and VimL (|eval-api|). +via |RPC|, |Lua| and VimL (|eval-api|). Applications can also embed libnvim to work with the C API directly. |