comparison runtime/doc/remote.txt @ 14193:c460506890ba

Update runtime files. commit https://github.com/vim/vim/commit/675e8d6adb88d5b38087870dfda51c0205070741 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 24 20:42:01 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jun 2018 20:45:07 +0200
parents 1174611ad715
children 2f7e67dd088c
comparison
equal deleted inserted replaced
14192:a99aeab81d2a 14193:c460506890ba
61 in a new tabpage. 61 in a new tabpage.
62 *--servername* 62 *--servername*
63 --servername {name} Become the server {name}. When used together 63 --servername {name} Become the server {name}. When used together
64 with one of the --remote commands: connect to 64 with one of the --remote commands: connect to
65 server {name} instead of the default (see 65 server {name} instead of the default (see
66 below). 66 below). The name used will be uppercase.
67 *--remote-send* 67 *--remote-send*
68 --remote-send {keys} Send {keys} to server and exit. The {keys} 68 --remote-send {keys} Send {keys} to server and exit. The {keys}
69 are not mapped. Special key names are 69 are not mapped. Special key names are
70 recognized, e.g., "<CR>" results in a CR 70 recognized, e.g., "<CR>" results in a CR
71 character. 71 character.