forked from aniani/vim
patch 8.0.0718: output of job in terminal is not displayed
Problem: Output of job in terminal is not displayed. Solution: Connect the job output to the terminal.
This commit is contained in:
@@ -6745,7 +6745,7 @@ f_job_start(typval_T *argvars, typval_T *rettv)
|
||||
rettv->v_type = VAR_JOB;
|
||||
if (check_restricted() || check_secure())
|
||||
return;
|
||||
rettv->vval.v_job = job_start(argvars);
|
||||
rettv->vval.v_job = job_start(argvars, NULL);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user