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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sHpg2-00Axre-IA%40256bit.org.