Skip to content

Commit 1bcd0ad

Browse files
authored
Merge pull request #2578 from h-east/update-builtin
Update builtin.{txt,jax}
2 parents 9422ec6 + 010767d commit 1bcd0ad

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

doc/builtin.jax

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.2. Last change: 2026 Apr 10
1+
*builtin.txt* For Vim バージョン 9.2. Last change: 2026 Apr 14
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -119,7 +119,9 @@ ch_getbufnr({handle}, {what}) 数値 {handle}/{what} に割り当てられたバ
119119
ch_getjob({channel}) ジョブ {channel} の Job を得る
120120
ch_info({handle}) 辞書 チャネル {handle} に関する情報を得る
121121
ch_listen({address} [, {options}])
122-
チャネル {address} でリッスンする
122+
チャネル ループバックのポート、または UNIX ド
123+
メインソケットの {address} でリッスン
124+
する
123125
ch_log({msg} [, {handle}]) なし チャネルのログファイルに {msg} を書き
124126
込む
125127
ch_logfile({fname} [, {mode}]) なし チャネルの挙動ログ出力を開始する

en/builtin.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.2. Last change: 2026 Apr 10
1+
*builtin.txt* For Vim version 9.2. Last change: 2026 Apr 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -107,7 +107,8 @@ ch_getbufnr({handle}, {what}) Number get buffer number for {handle}/{what}
107107
ch_getjob({channel}) Job get the Job of {channel}
108108
ch_info({handle}) Dict info about channel {handle}
109109
ch_listen({address} [, {options}])
110-
Channel listen on {address}
110+
Channel listen on {address} - port on loopback
111+
or UNIX domain socket
111112
ch_log({msg} [, {handle}]) none write {msg} in the channel log file
112113
ch_logfile({fname} [, {mode}]) none start logging channel activity
113114
ch_open({address} [, {options}])

0 commit comments

Comments
 (0)