aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
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 /runtime/doc/eval.txt
parent7362ca44305d11c41d0dee14f49d0ac248abacf8 (diff)
downloadrneovim-507bda1c95cdac2886f64e59aa6bbf85c3fac389.tar.gz
rneovim-507bda1c95cdac2886f64e59aa6bbf85c3fac389.tar.bz2
rneovim-507bda1c95cdac2886f64e59aa6bbf85c3fac389.zip
server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESS
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 084936e9d2..11c4b62403 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1788,11 +1788,9 @@ v:scrollstart String describing the script or function that caused the
hit-enter prompt.
*v:servername* *servername-variable*
- *$NVIM_LISTEN_ADDRESS*
-v:servername Primary listen address of the current Nvim instance, the first
- item returned by |serverlist()|. Can be set by
- |--listen| or |$NVIM_LISTEN_ADDRESS| on startup.
- See also |serverstart()| and |serverstop()|.
+v:servername Primary listen-address of the current Nvim instance, the first
+ item returned by |serverlist()|. Can be set by |--listen| or
+ |$NVIM_LISTEN_ADDRESS| at startup. |serverstart()| |serverstop()|
Read-only.