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/provider.txt | |
parent | 37f560aedf36043d479775ccc20447801b615126 (diff) | |
download | rneovim-2dbf0400483be7c92c9a2f389ffa33ec48d8dff0.tar.gz rneovim-2dbf0400483be7c92c9a2f389ffa33ec48d8dff0.tar.bz2 rneovim-2dbf0400483be7c92c9a2f389ffa33ec48d8dff0.zip |
doc: uppercase RPC
Diffstat (limited to 'runtime/doc/provider.txt')
-rw-r--r-- | runtime/doc/provider.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt index b25abb1bfd..db5c61879c 100644 --- a/runtime/doc/provider.txt +++ b/runtime/doc/provider.txt @@ -12,7 +12,7 @@ Nvim delegates some features to dynamic "providers". Python integration *provider-python* Nvim supports the Vim legacy |python-vim| and |python3| interfaces via -external Python interpreters connected via |rpc|, +external Python interpreters connected via |RPC|, Note: Only the Vim 7.3 API is supported; bindeval (Vim 7.4) is not. |