aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/msgpack_rpc.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-05-09 02:43:47 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-05-17 02:17:34 -0400
commit84443f176e56f9c4140d97c077ea104d5373a666 (patch)
tree1838501c1bb5e3f8dbd8b7c42aa6113d703adbd3 /runtime/doc/msgpack_rpc.txt
parent64c7a36933baa21b3d635e9ee5d48c36541a91f9 (diff)
downloadrneovim-84443f176e56f9c4140d97c077ea104d5373a666.tar.gz
rneovim-84443f176e56f9c4140d97c077ea104d5373a666.tar.bz2
rneovim-84443f176e56f9c4140d97c077ea104d5373a666.zip
doc: v:servername, serverstart()
Diffstat (limited to 'runtime/doc/msgpack_rpc.txt')
-rw-r--r--runtime/doc/msgpack_rpc.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt
index b6142e2234..8304d79c17 100644
--- a/runtime/doc/msgpack_rpc.txt
+++ b/runtime/doc/msgpack_rpc.txt
@@ -81,6 +81,8 @@ There are four ways to open msgpack-rpc streams to nvim:
>
:echo $NVIM_LISTEN_ADDRESS
<
+ See also |v:servername|.
+
4. Through a TCP/IP socket. To make nvim listen on a TCP/IP socket, set the
|$NVIM_LISTEN_ADDRESS| environment variable in a shell before starting:
>