File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- *channel.txt* For Vim バージョン 9.1. Last change: 2024 Jun 06
1
+ *channel.txt* For Vim バージョン 9.1. Last change: 2024 Jun 13
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -962,7 +962,7 @@ job_info([{job}]) *job_info()*
962
962
GetJob()->job_info()
963
963
<
964
964
戻り値の型: {job} が指定されたかどうかによって、dict<any> また
965
- は list<any >
965
+ は list<job >
966
966
967
967
968
968
job_setoptions({job} , {options} ) *job_setoptions()*
@@ -1037,7 +1037,7 @@ job_start({command} [, {options}]) *job_start()*
1037
1037
| method | としても使用できる: >
1038
1038
BuildCommand()->job_start()
1039
1039
<
1040
- 戻り値の型: | Number |
1040
+ 戻り値の型: | job |
1041
1041
1042
1042
1043
1043
job_status({job} ) *job_status()* *E916*
@@ -1061,7 +1061,7 @@ job_status({job}) *job_status()* *E916*
1061
1061
| method | としても使用できる: >
1062
1062
GetJob()->job_status()
1063
1063
<
1064
- 戻り値の型: | job |
1064
+ 戻り値の型: | String |
1065
1065
1066
1066
1067
1067
job_stop({job} [, {how} ]) *job_stop()*
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -956,7 +956,7 @@ job_info([{job}]) *job_info()*
956
956
Can also be used as a | method | : >
957
957
GetJob()->job_info()
958
958
<
959
- Return type: dict<any> or list<any > depending on whether {job}
959
+ Return type: dict<any> or list<job > depending on whether {job}
960
960
was given
961
961
962
962
@@ -1031,7 +1031,7 @@ job_start({command} [, {options}]) *job_start()*
1031
1031
Can also be used as a | method | : >
1032
1032
BuildCommand()->job_start()
1033
1033
<
1034
- Return type: | Number |
1034
+ Return type: | job |
1035
1035
1036
1036
1037
1037
job_status({job} ) *job_status()* *E916*
@@ -1056,7 +1056,7 @@ job_status({job}) *job_status()* *E916*
1056
1056
Can also be used as a | method | : >
1057
1057
GetJob()->job_status()
1058
1058
<
1059
- Return type: | job |
1059
+ Return type: | String |
1060
1060
1061
1061
1062
1062
job_stop({job} [, {how} ]) *job_stop()*
You can’t perform that action at this time.
0 commit comments