diff options
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 24d22c62f8..1a7b73601e 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -384,10 +384,6 @@ 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* |