mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	runtime(doc): update return type for job_info()
related: #14982 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user