aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-04-11 22:07:00 +0200
committerGitHub <noreply@github.com>2018-04-11 22:07:00 +0200
commit87f4d2592c2ba164683b1f0f813cf9f029a0abfb (patch)
tree252717790553331e3d6c7245bb9d9be86ccdf101 /runtime
parentf96d99ad1118d79ae5c38bb5e2c4be1280caa3cc (diff)
downloadrneovim-87f4d2592c2ba164683b1f0f813cf9f029a0abfb.tar.gz
rneovim-87f4d2592c2ba164683b1f0f813cf9f029a0abfb.tar.bz2
rneovim-87f4d2592c2ba164683b1f0f813cf9f029a0abfb.zip
test/util: expect_err() (#8257)
other cleanup, ref #8245
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/starting.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 991f88f7b6..21c47edc24 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -356,8 +356,8 @@ argument.
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()|
+ Start |RPC| server on pipe or TCP address {addr}. Sets the
+ primary listen address |v:servername| to {addr}. |serverstart()|
==============================================================================
2. Initialization *initialization* *startup*
@@ -1395,4 +1395,4 @@ RPC clients for debugging. $NVIM_LOG_FILE contains the log file path: >
Usually the file is ~/.local/share/nvim/log unless that path is inaccessible
or if $NVIM_LOG_FILE was set before |startup|.
- vim:tw=78:ts=8:ft=help:norl:
+ vim:noet:tw=78:ts=8:ft=help:norl: