0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 7.4.1338

Problem:    Another part of the change is missing.
Solution:   Type os_unix.c right this time.
This commit is contained in:
Bram Moolenaar 2016-02-16 19:44:20 +01:00
parent ba093bc000
commit 0c2c96e47c
2 changed files with 4 additions and 1 deletions

View File

@ -5037,7 +5037,7 @@ error:
#if defined(FEAT_JOB) || defined(PROTO)
void
mch_start_job(char **argv, job_T *job)
mch_start_job(char **argv, job_T *job, jobopt_T *options)
{
pid_t pid;
int fd_in[2]; /* for stdin */
@ -5127,6 +5127,7 @@ mch_start_job(char **argv, job_T *job)
# ifdef FEAT_CHANNEL
channel_set_pipes(channel, fd_in[1], fd_out[0], fd_err[0]);
channel_set_job(channel, job);
channel_set_mode(channel, options->jo_mode);
# ifdef FEAT_GUI
channel_gui_register(channel);
# endif

View File

@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1338,
/**/
1337,
/**/