diff options
author | Justin Gassner <justin.gassner@web.de> | 2016-01-15 00:38:47 +0100 |
---|---|---|
committer | Justin Gassner <justin.gassner@web.de> | 2016-01-15 16:09:46 +0100 |
commit | fec466c72ec96c903e9fdafe4bbcbfacb8db505b (patch) | |
tree | 1ecb421aa366284430302c0eaea6b79eaaeb6784 /runtime/doc/remote.txt | |
parent | f433f569a319123e09a6536b1a58d1198b2e3255 (diff) | |
download | rneovim-fec466c72ec96c903e9fdafe4bbcbfacb8db505b.tar.gz rneovim-fec466c72ec96c903e9fdafe4bbcbfacb8db505b.tar.bz2 rneovim-fec466c72ec96c903e9fdafe4bbcbfacb8db505b.zip |
vim-patch:f3c2afb
Update a few runtime files.
https://github.com/vim/vim/commit/f3c2afb77f8b1f2591337fcaa90ba0fb45365cbc
Diffstat (limited to 'runtime/doc/remote.txt')
-rw-r--r-- | runtime/doc/remote.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/remote.txt b/runtime/doc/remote.txt index 81ab72a100..933ab3a444 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 @@ -34,7 +34,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* |