mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 11:34:56 +00:00
Fix f_jobstop() failed loudly
The return value of jobstop()
@return 1 for valid job id
0 for invalid id, including jobs have exited or stopped
This commit is contained in:
@@ -5502,6 +5502,9 @@ jobstop({id}) *jobstop()*
|
||||
(if any) will be invoked.
|
||||
See |job-control|.
|
||||
|
||||
Returns 1 for valid job id, 0 for invalid id, including jobs have
|
||||
exited or stopped.
|
||||
|
||||
jobwait({jobs}[, {timeout}]) *jobwait()*
|
||||
Waits for jobs and their |on_exit| handlers to complete.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user