mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
job: Add a maxmem
parameter to job_start
The value is forwarded to it's own WStream instance
This commit is contained in:
@@ -10474,6 +10474,7 @@ static void f_job_start(typval_T *argvars, typval_T *rettv)
|
||||
on_job_stderr,
|
||||
on_job_exit,
|
||||
true,
|
||||
0,
|
||||
&rettv->vval.v_number);
|
||||
|
||||
if (rettv->vval.v_number <= 0) {
|
||||
|
Reference in New Issue
Block a user