summaryrefslogtreecommitdiffstats
path: root/runtime/doc/remote.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-03-02 23:16:07 +0100
committerBram Moolenaar <Bram@vim.org>2015-03-02 23:16:07 +0100
commitf3c2afb77f8b1f2591337fcaa90ba0fb45365cbc (patch)
tree0880e5ae82a305713a26c073f5f48baf7a8f0116 /runtime/doc/remote.txt
parent2b8388bd0175835eb751e6c58cd0b0b69465f0d9 (diff)
Update a few 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 327258fa87..7b8787e490 100644
--- a/runtime/doc/remote.txt
+++ b/runtime/doc/remote.txt
@@ -1,4 +1,4 @@
-*remote.txt* For Vim version 7.4. Last change: 2008 May 24
+*remote.txt* For Vim version 7.4. Last change: 2015 Mar 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -36,7 +36,8 @@ The following command line arguments are available:
The remote Vim is raised. If you don't want
this use >
vim --remote-send "<C-\><C-N>:n filename<CR>"
-< --remote-silent [+{cmd}] {file} ... *--remote-silent*
+<
+ --remote-silent [+{cmd}] {file} ... *--remote-silent*
As above, but don't complain if there is no
server and the file is edited locally.
--remote-wait [+{cmd}] {file} ... *--remote-wait*