diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-05-17 02:17:34 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-05-17 02:17:34 -0400 |
commit | f4423c96973c1c35945c5be9b22331550be92ce8 (patch) | |
tree | 5d76247be176e1a46518dd2fd854de52bf6d9f9d /runtime/doc/msgpack_rpc.txt | |
parent | 7a7d082e125352a76f54d7fbe5fc67e9cddaf7c9 (diff) | |
parent | 85c51baf064ed382d4abb2a64930667876f86afb (diff) | |
download | rneovim-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.txt | 2 |
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: > |