comparison runtime/doc/remote.txt @ 6648:099f8b730941

Update a few runtime files.
author Bram Moolenaar <bram@vim.org>
date Mon, 02 Mar 2015 23:16:07 +0100
parents 359743c1f59a
children 9f48eab77d62
comparison
equal deleted inserted replaced
6647:3af822eb4da5 6648:099f8b730941
1 *remote.txt* For Vim version 7.4. Last change: 2008 May 24 1 *remote.txt* For Vim version 7.4. Last change: 2015 Mar 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
34 come before this. 34 come before this.
35 You cannot edit stdin this way |--|. 35 You cannot edit stdin this way |--|.
36 The remote Vim is raised. If you don't want 36 The remote Vim is raised. If you don't want
37 this use > 37 this use >
38 vim --remote-send "<C-\><C-N>:n filename<CR>" 38 vim --remote-send "<C-\><C-N>:n filename<CR>"
39 < --remote-silent [+{cmd}] {file} ... *--remote-silent* 39 <
40 --remote-silent [+{cmd}] {file} ... *--remote-silent*
40 As above, but don't complain if there is no 41 As above, but don't complain if there is no
41 server and the file is edited locally. 42 server and the file is edited locally.
42 --remote-wait [+{cmd}] {file} ... *--remote-wait* 43 --remote-wait [+{cmd}] {file} ... *--remote-wait*
43 As --remote, but wait for files to complete 44 As --remote, but wait for files to complete
44 (unload) in remote Vim. 45 (unload) in remote Vim.