aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-04-11 03:29:18 +0200
committerGitHub <noreply@github.com>2018-04-11 03:29:18 +0200
commitf96d99ad1118d79ae5c38bb5e2c4be1280caa3cc (patch)
treee5676f34610bafc482179f8c17f45314d2d33acb /runtime/doc/starting.txt
parent84bac9f507e3258c574cfc91ce64889a2e125d46 (diff)
parent777d34ec376ee8706a80d4f1f44fb83397753116 (diff)
downloadrneovim-f96d99ad1118d79ae5c38bb5e2c4be1280caa3cc.tar.gz
rneovim-f96d99ad1118d79ae5c38bb5e2c4be1280caa3cc.tar.bz2
rneovim-f96d99ad1118d79ae5c38bb5e2c4be1280caa3cc.zip
Merge #8247 'server: introduce --listen'
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index e9188ba641..991f88f7b6 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -355,6 +355,10 @@ argument.
instead.
See also |silent-mode|, which does start a (limited) UI.
+--listen {addr} *--listen*
+ Start |RPC| server on socket or TCP address {addr}. Sets the
+ primary listen address |v:servername| to {addr}. |serverstart()|
+
==============================================================================
2. Initialization *initialization* *startup*