Skip to content

Commit 1961caf

Browse files
committed
runtime(doc): mention conversion rules for remote_expr()
fixes: #15844 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent eac806b commit 1961caf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

runtime/doc/builtin.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2024 Oct 09
1+
*builtin.txt* For Vim version 9.1. Last change: 2024 Oct 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -8529,10 +8529,10 @@ remote_expr({server}, {string} [, {idvar} [, {timeout}]])
85298529
string, also see |{server}|.
85308530

85318531
The string is sent as an expression and the result is returned
8532-
after evaluation. The result must be a String or a |List|. A
8533-
|List| is turned into a String by joining the items with a
8534-
line break in between (not at the end), like with join(expr,
8535-
"\n").
8532+
after evaluation. The result must be a String or a |List|
8533+
other types will be converted to String. A |List| is turned
8534+
into a String by joining the items with a line break in
8535+
between (not at the end), like with join(expr, "\n").
85368536

85378537
If {idvar} is present and not empty, it is taken as the name
85388538
of a variable and a {serverid} for later use with

0 commit comments

Comments
 (0)