diff options
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 1a7b73601e..24d22c62f8 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -384,6 +384,10 @@ argument. Start |RPC| server on pipe or TCP address {addr}. Sets the primary listen address |v:servername| to {addr}. |serverstart()| +--connect {addr} *--connect* + Connect to the remote nvim server instance which is listening to + {addr}. {addr} can be either a pipe or a TCP address. + ============================================================================== Initialization *initialization* *startup* |