Skip to content

Commit 487b60d

Browse files
committed
Update by original
1 parent a2e0c22 commit 487b60d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/builtin.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -8381,10 +8381,10 @@ remote_expr({server}, {string} [, {idvar} [, {timeout}]])
83818381
{string} を {server} に送信する。引数 {server} は文字列。
83828382
|{server}| も参照。
83838383

8384-
{string} は式と見なされ、評価した結果が返ってくる。戻り値は文
8385-
字列かリスト |List| でなければならない。リストの場合は要素を連
8386-
結して文字列に変換される。要素間の区切りは改行文字となる
8387-
(join(expr, "\n")と同様)
8384+
{string} は式と見なされ、評価した結果が返ってくる。結果は文字
8385+
列または |List| でなければばらず、他の型は文字列に変換される。
8386+
|List| は、join(expr, "\n") のように、項目を改行で結合し (末尾
8387+
には付かない)、文字列に変換される
83888388

83898389
空でない {idvar} が渡された場合は変数名と見なされ、後で
83908390
|remote_read()| で使われる {serverid} がその変数に保存される。

en/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)