summaryrefslogtreecommitdiffstats
path: root/runtime/doc/remote.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-21 23:09:50 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-21 23:09:50 +0100
commita2a80162deb1e96e16b097dfe48b61b6eb0824bf (patch)
treede33cc8d6163c28aa105a087126dc565d540bb55 /runtime/doc/remote.txt
parent52dbb5ea7fde4a77178bc59e2383ca40df503812 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/remote.txt')
-rw-r--r--runtime/doc/remote.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/remote.txt b/runtime/doc/remote.txt
index dfae64effe..6b0d9dd415 100644
--- a/runtime/doc/remote.txt
+++ b/runtime/doc/remote.txt
@@ -1,4 +1,4 @@
-*remote.txt* For Vim version 8.0. Last change: 2017 Aug 01
+*remote.txt* For Vim version 8.0. Last change: 2017 Nov 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -181,7 +181,8 @@ name on the 'VimRegistry' property on the root window.
A non GUI Vim with access to the X11 display (|xterm-clipboard| enabled), can
also act as a command server if a server name is explicitly given with the
---servername argument.
+--servername argument, or when Vim was build with the |+autoservername|
+feature.
An empty --servername argument will cause the command server to be disabled.