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

2 views
Skip to first unread message

Christian Brabandt

unread,
Jun 13, 2024, 3:00:09 PM6/13/24
to vim...@googlegroups.com
runtime(doc): update return type for job_info()

Commit: https://github.com/vim/vim/commit/1cd31a4501c48dbeae272de7394fa39ede7b10dd
Author: Christian Brabandt <c...@256bit.org>
Date: Thu Jun 13 20:46:23 2024 +0200

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

related: https://github.com/vim/vim/issues/14982

Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt
index ece06af5b..f29467955 100644
--- a/runtime/doc/channel.txt
+++ b/runtime/doc/channel.txt
@@ -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


Reply all
Reply to author
Forward
0 new messages