aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-04-08 17:20:25 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-04-11 02:41:05 +0200
commit507bda1c95cdac2886f64e59aa6bbf85c3fac389 (patch)
tree7e34913e3b802e40e7f9aaa765e13b9d4cc6ac86 /man
parent7362ca44305d11c41d0dee14f49d0ac248abacf8 (diff)
downloadrneovim-507bda1c95cdac2886f64e59aa6bbf85c3fac389.tar.gz
rneovim-507bda1c95cdac2886f64e59aa6bbf85c3fac389.tar.bz2
rneovim-507bda1c95cdac2886f64e59aa6bbf85c3fac389.zip
server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESS
Diffstat (limited to 'man')
-rw-r--r--man/nvim.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/nvim.1 b/man/nvim.1
index 809e7e047e..61dbb13748 100644
--- a/man/nvim.1
+++ b/man/nvim.1
@@ -329,6 +329,9 @@ Implies
.Fl -headless .
.It Fl -headless
Do not start a user interface.
+.Fl -listen .
+.It Fl -listen Ar address
+Start RPC server on this pipe or TCP socket.
.It Fl h , -help
Print usage information and exit.
.It Fl v , -version