diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-10-05 20:01:25 +0200 |
---|---|---|
committer | Stefan Hoffmann <stefan991@gmail.com> | 2014-10-06 22:43:30 +0200 |
commit | 73f7837350c1b83200f8070674a6c90fa1f27a7b (patch) | |
tree | e8ffacc2f17725b3b166f743c6668322bcc1b27a /runtime/doc/msgpack_rpc.txt | |
parent | 2bf085049718a163ddc71b8c02989158ca595596 (diff) | |
download | rneovim-73f7837350c1b83200f8070674a6c90fa1f27a7b.tar.gz rneovim-73f7837350c1b83200f8070674a6c90fa1f27a7b.tar.bz2 rneovim-73f7837350c1b83200f8070674a6c90fa1f27a7b.zip |
doc: cleanup
* fix some links
* typo
* remove reference to hangul_input
* remove unused vim2html.pl
Diffstat (limited to 'runtime/doc/msgpack_rpc.txt')
-rw-r--r-- | runtime/doc/msgpack_rpc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt index eb15075d85..8567f4a00e 100644 --- a/runtime/doc/msgpack_rpc.txt +++ b/runtime/doc/msgpack_rpc.txt @@ -234,12 +234,12 @@ Four functions related to msgpack-rpc are available to vimscript: the job's stdin/stdout combo are used as a msgpack channel that is processed directly by Nvim C code). - |rpcstop()|: Same as |jobstop()|, but operates on handles returned by - |rpcstart().| + |rpcstart()|. - |rpcrequest()|: Sends a msgpack-rpc request to the process. - |rpcnotify()|: Sends a msgpack-rpc notification to the process. The last two functions may also be used with channels created from -connections to |NVIM_LISTEN_ADDRESS|. +connections to |$NVIM_LISTEN_ADDRESS|. ============================================================================== vim:tw=78:ts=8:noet:ft=help:norl: |