mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
Remove unused arg 'defer' in 'job_start' #1000
* With the changes in commit
"events: Refactor how event deferral is handled"
(2e4ea29d2c
) the function argument
'defer' of 'job_start' and member variable 'defer' of 'struct job'
can be removed.
* Update/Fix the documentation for function 'job_start'.
This commit is contained in:

committed by
Nicolas Hillegeer

parent
a98a6996c2
commit
1ef12f0204
@@ -10498,7 +10498,6 @@ static void f_job_start(typval_T *argvars, typval_T *rettv)
|
||||
on_job_stdout,
|
||||
on_job_stderr,
|
||||
on_job_exit,
|
||||
true,
|
||||
0,
|
||||
&rettv->vval.v_number);
|
||||
|
||||
|
Reference in New Issue
Block a user