summaryrefslogtreecommitdiffstats
path: root/runtime/doc/remote.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-01 20:44:53 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-01 20:44:53 +0200
commitf55e4c867f774d1f27973d06b07b97c0a4d6b968 (patch)
tree11ade42ed16b0789073602e38dd860c9ac608ee6 /runtime/doc/remote.txt
parent20e6cd07baed8992e7a509ccef7f111ffcded44d (diff)
Updated runtime files
Diffstat (limited to 'runtime/doc/remote.txt')
-rw-r--r--runtime/doc/remote.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/remote.txt b/runtime/doc/remote.txt
index cecdd6a8a4..dfae64effe 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 Mar 18
+*remote.txt* For Vim version 8.0. Last change: 2017 Aug 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -99,7 +99,7 @@ Tell the remote server "BLA" to write all files and exit: >
vim --servername BLA --remote-send '<C-\><C-N>:wqa<CR>'
-SERVER NAME
+SERVER NAME *client-server-name*
By default Vim will try to register the name under which it was invoked (gvim,
egvim ...). This can be overridden with the --servername argument. If the