aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/msgpack_rpc.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-05-17 02:17:34 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-05-17 02:17:34 -0400
commitf4423c96973c1c35945c5be9b22331550be92ce8 (patch)
tree5d76247be176e1a46518dd2fd854de52bf6d9f9d /runtime/doc/msgpack_rpc.txt
parent7a7d082e125352a76f54d7fbe5fc67e9cddaf7c9 (diff)
parent85c51baf064ed382d4abb2a64930667876f86afb (diff)
downloadrneovim-f4423c96973c1c35945c5be9b22331550be92ce8.tar.gz
rneovim-f4423c96973c1c35945c5be9b22331550be92ce8.tar.bz2
rneovim-f4423c96973c1c35945c5be9b22331550be92ce8.zip
Merge #2620 'repurpose legacy v:servername'
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:
>