runtime(doc): correct return types for job_start() and job_status()
fixes: #14982 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
*channel.txt* For Vim version 9.1. Last change: 2024 Jun 06
|
*channel.txt* For Vim version 9.1. Last change: 2024 Jun 13
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -1031,7 +1031,7 @@ job_start({command} [, {options}]) *job_start()*
|
|||||||
Can also be used as a |method|: >
|
Can also be used as a |method|: >
|
||||||
BuildCommand()->job_start()
|
BuildCommand()->job_start()
|
||||||
<
|
<
|
||||||
Return type: |Number|
|
Return type: |job|
|
||||||
|
|
||||||
|
|
||||||
job_status({job}) *job_status()* *E916*
|
job_status({job}) *job_status()* *E916*
|
||||||
@ -1056,7 +1056,7 @@ job_status({job}) *job_status()* *E916*
|
|||||||
Can also be used as a |method|: >
|
Can also be used as a |method|: >
|
||||||
GetJob()->job_status()
|
GetJob()->job_status()
|
||||||
<
|
<
|
||||||
Return type: |job|
|
Return type: |String|
|
||||||
|
|
||||||
|
|
||||||
job_stop({job} [, {how}]) *job_stop()*
|
job_stop({job} [, {how}]) *job_stop()*
|
||||||
|
|||||||
Reference in New Issue
Block a user