diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-21 14:07:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-21 14:07:50 -0700 |
commit | fd82ce4a3a9c9833e07db079debf6c9b94a2cfd3 (patch) | |
tree | 30520e000a28c2b2099c641ce33826aea0c07541 /runtime | |
parent | b3e56957f8e9468497e5db508d97d7b560ccfe85 (diff) | |
parent | 111d34849a0670842b56c17c3922dbf0576bb39b (diff) | |
download | rneovim-fd82ce4a3a9c9833e07db079debf6c9b94a2cfd3.tar.gz rneovim-fd82ce4a3a9c9833e07db079debf6c9b94a2cfd3.tar.bz2 rneovim-fd82ce4a3a9c9833e07db079debf6c9b94a2cfd3.zip |
Merge #11060 from janlazo/vim-8.1.1783
vim-patch:8.0.{1109,1529,1539,1621,1733,1771,1776},8.1.{1783,2054,2058}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index bac7709ef5..5e6bfd0dbc 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6657,7 +6657,7 @@ remote_expr({server}, {string} [, {idvar} [, {timeout}]]) between (not at the end), like with join(expr, "\n"). If {idvar} is present and not empty, it is taken as the name of a variable and a {serverid} for later use with - remote_read() is stored there. + |remote_read()| is stored there. If {timeout} is given the read times out after this many seconds. Otherwise a timeout of 600 seconds is used. See also |clientserver| |RemoteReply|. |