diff options
Diffstat (limited to 'runtime/doc/msgpack_rpc.txt')
-rw-r--r-- | runtime/doc/msgpack_rpc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt index 121b47167b..f3fcd069c4 100644 --- a/runtime/doc/msgpack_rpc.txt +++ b/runtime/doc/msgpack_rpc.txt @@ -74,6 +74,7 @@ There are four ways to open msgpack-rpc streams to nvim: 2. Through the stdin/stdout of a program spawned by the |rpcstart()| function. + *$NVIM_LISTEN_ADDRESS* 3. Through the socket automatically created with each instance. To find out the socket location (which is random by default) from a running nvim instance, one can inspect the |$NVIM_LISTEN_ADDRESS| environment variable: |