Skip to content

Commit d7c14e1

Browse files
committed
Update channel.{txt,jax}
1 parent 829632f commit d7c14e1

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

doc/channel.jax

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*channel.txt* For Vim バージョン 9.2. Last change: 2026 Mar 13
1+
*channel.txt* For Vim バージョン 9.2. Last change: 2026 Apr 06
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -549,7 +549,7 @@ ch_close({handle}) *ch_close()*
549549
|method| としても使用できる: >
550550
GetChannel()->ch_close()
551551
<
552-
戻り値の型: |Number|
552+
戻り値の型: void
553553

554554
ch_close_in({handle}) *ch_close_in()*
555555
{handle} の "入力" を閉じる。|channel-close-in| を参照。
@@ -559,7 +559,7 @@ ch_close_in({handle}) *ch_close_in()*
559559
|method| としても使用できる: >
560560
GetChannel()->ch_close_in()
561561
<
562-
戻り値の型: |Number|
562+
戻り値の型: void
563563

564564

565565
ch_evalexpr({handle}, {expr} [, {options}]) *ch_evalexpr()*
@@ -708,7 +708,7 @@ ch_log({msg} [, {handle}]) *ch_log()*
708708
|method| としても使用できる: >
709709
'did something'->ch_log()
710710
<
711-
戻り値の型: dict<any>
711+
戻り値の型: void
712712

713713
ch_logfile({fname} [, {mode}]) *ch_logfile()*
714714
{fname} へチャネルの挙動ログ出力を開始する。
@@ -737,7 +737,7 @@ ch_logfile({fname} [, {mode}]) *ch_logfile()*
737737
|method| としても使用できる: >
738738
'logfile'->ch_logfile('w')
739739
<
740-
戻り値の型: |Number|
740+
戻り値の型: void
741741

742742
ch_open({address} [, {options}]) *ch_open()*
743743
{address}へのチャネルを開く。|channel|を参照。
@@ -826,7 +826,7 @@ ch_sendraw({handle}, {expr} [, {options}]) *ch_sendraw()*
826826
|method| としても使用できる: >
827827
GetChannel()->ch_sendraw(rawexpr)
828828
<
829-
戻り値の型: dict<any> または |String|
829+
戻り値の型: void
830830

831831
ch_setoptions({handle}, {options}) *ch_setoptions()*
832832
{handle} にオプションを設定する:
@@ -845,7 +845,7 @@ ch_setoptions({handle}, {options}) *ch_setoptions()*
845845
|method| としても使用できる: >
846846
GetChannel()->ch_setoptions(options)
847847
<
848-
戻り値の型: |Number|
848+
戻り値の型: void
849849

850850
ch_status({handle} [, {options}]) *ch_status()*
851851
{handle} の状態を返す:
@@ -1042,7 +1042,7 @@ job_setoptions({job}, {options}) *job_setoptions()*
10421042
|method| としても使用できる: >
10431043
GetJob()->job_setoptions(options)
10441044
<
1045-
戻り値の型: |Number|
1045+
戻り値の型: void
10461046

10471047

10481048
job_start({command} [, {options}]) *job_start()*

en/channel.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*channel.txt* For Vim version 9.2. Last change: 2026 Mar 13
1+
*channel.txt* For Vim version 9.2. Last change: 2026 Apr 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -549,7 +549,7 @@ ch_close({handle}) *ch_close()*
549549
Can also be used as a |method|: >
550550
GetChannel()->ch_close()
551551
<
552-
Return type: |Number|
552+
Return type: void
553553

554554
ch_close_in({handle}) *ch_close_in()*
555555
Close the "in" part of {handle}. See |channel-close-in|.
@@ -559,7 +559,7 @@ ch_close_in({handle}) *ch_close_in()*
559559
Can also be used as a |method|: >
560560
GetChannel()->ch_close_in()
561561
<
562-
Return type: |Number|
562+
Return type: void
563563

564564

565565
ch_evalexpr({handle}, {expr} [, {options}]) *ch_evalexpr()*
@@ -708,7 +708,7 @@ ch_log({msg} [, {handle}]) *ch_log()*
708708
Can also be used as a |method|: >
709709
'did something'->ch_log()
710710
<
711-
Return type: dict<any>
711+
Return type: void
712712

713713
ch_logfile({fname} [, {mode}]) *ch_logfile()*
714714
Start logging channel activity to {fname}.
@@ -736,7 +736,7 @@ ch_logfile({fname} [, {mode}]) *ch_logfile()*
736736
Can also be used as a |method|: >
737737
'logfile'->ch_logfile('w')
738738
<
739-
Return type: |Number|
739+
Return type: void
740740

741741
ch_open({address} [, {options}]) *ch_open()*
742742
Open a channel to {address}. See |channel|.
@@ -825,7 +825,7 @@ ch_sendraw({handle}, {expr} [, {options}]) *ch_sendraw()*
825825
Can also be used as a |method|: >
826826
GetChannel()->ch_sendraw(rawexpr)
827827
<
828-
Return type: dict<any> or |String|
828+
Return type: void
829829

830830
ch_setoptions({handle}, {options}) *ch_setoptions()*
831831
Set options on {handle}:
@@ -844,7 +844,7 @@ ch_setoptions({handle}, {options}) *ch_setoptions()*
844844
Can also be used as a |method|: >
845845
GetChannel()->ch_setoptions(options)
846846
<
847-
Return type: |Number|
847+
Return type: void
848848

849849
ch_status({handle} [, {options}]) *ch_status()*
850850
Return the status of {handle}:
@@ -1038,7 +1038,7 @@ job_setoptions({job}, {options}) *job_setoptions()*
10381038
Can also be used as a |method|: >
10391039
GetJob()->job_setoptions(options)
10401040
<
1041-
Return type: |Number|
1041+
Return type: void
10421042

10431043

10441044
job_start({command} [, {options}]) *job_start()*

0 commit comments

Comments
 (0)