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
554554ch_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
565565ch_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
713713ch_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
741741ch_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
830830ch_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
849849ch_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
10441044job_start({command} [, {options} ]) *job_start()*
0 commit comments