Skip to content

Commit 6bd5646

Browse files
committed
Follow the update original
1 parent 2343d73 commit 6bd5646

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/channel.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -962,7 +962,7 @@ job_info([{job}]) *job_info()*
962962
GetJob()->job_info()
963963
<
964964
戻り値の型: {job} が指定されたかどうかによって、dict<any> また
965-
は list<any>
965+
は list<job>
966966

967967

968968
job_setoptions({job}, {options}) *job_setoptions()*
@@ -1037,7 +1037,7 @@ job_start({command} [, {options}]) *job_start()*
10371037
|method| としても使用できる: >
10381038
BuildCommand()->job_start()
10391039
<
1040-
戻り値の型: |Number|
1040+
戻り値の型: |job|
10411041

10421042

10431043
job_status({job}) *job_status()* *E916*
@@ -1061,7 +1061,7 @@ job_status({job}) *job_status()* *E916*
10611061
|method| としても使用できる: >
10621062
GetJob()->job_status()
10631063
<
1064-
戻り値の型: |job|
1064+
戻り値の型: |String|
10651065

10661066

10671067
job_stop({job} [, {how}]) *job_stop()*

en/channel.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*channel.txt* For Vim version 9.1. Last change: 2024 Jun 06
1+
*channel.txt* For Vim version 9.1. Last change: 2024 Jun 13
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -956,7 +956,7 @@ job_info([{job}]) *job_info()*
956956
Can also be used as a |method|: >
957957
GetJob()->job_info()
958958
<
959-
Return type: dict<any> or list<any> depending on whether {job}
959+
Return type: dict<any> or list<job> depending on whether {job}
960960
was given
961961

962962

@@ -1031,7 +1031,7 @@ job_start({command} [, {options}]) *job_start()*
10311031
Can also be used as a |method|: >
10321032
BuildCommand()->job_start()
10331033
<
1034-
Return type: |Number|
1034+
Return type: |job|
10351035

10361036

10371037
job_status({job}) *job_status()* *E916*
@@ -1056,7 +1056,7 @@ job_status({job}) *job_status()* *E916*
10561056
Can also be used as a |method|: >
10571057
GetJob()->job_status()
10581058
<
1059-
Return type: |job|
1059+
Return type: |String|
10601060

10611061

10621062
job_stop({job} [, {how}]) *job_stop()*

0 commit comments

Comments
 (0)