diff options
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. |