From 84443f176e56f9c4140d97c077ea104d5373a666 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 9 May 2015 02:43:47 -0400 Subject: doc: v:servername, serverstart() --- runtime/doc/msgpack_rpc.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/doc/msgpack_rpc.txt') 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: > -- cgit