1
0
forked from aniani/vim

runtime(doc): update return type for job_info()

related: #14982

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2024-06-13 20:46:23 +02:00
parent 4225f28855
commit 1cd31a4501
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -956,7 +956,7 @@ job_info([{job}]) *job_info()*
Can also be used as a |method|: >
GetJob()->job_info()
<
Return type: dict<any> or list<any> depending on whether {job}
Return type: dict<any> or list<job> depending on whether {job}
was given