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/develop.txt | |
parent | 37f560aedf36043d479775ccc20447801b615126 (diff) | |
download | rneovim-2dbf0400483be7c92c9a2f389ffa33ec48d8dff0.tar.gz rneovim-2dbf0400483be7c92c9a2f389ffa33ec48d8dff0.tar.bz2 rneovim-2dbf0400483be7c92c9a2f389ffa33ec48d8dff0.zip |
doc: uppercase RPC
Diffstat (limited to 'runtime/doc/develop.txt')
-rw-r--r-- | runtime/doc/develop.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index 4013544311..4c02dba3d6 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -171,8 +171,8 @@ functions in eval.c: (vimscript) to check if features are available. The provider#(name)#Call function implements integration with an external -system, because calling shell commands and |rpc| clients are easier to work -with in vimscript. +system, because shell commands and |RPC| clients are easier to work with in +vimscript. For example, the Python provider is implemented by the autoload/provider/python.vim script; the provider#python#Call function is only |