Skip to content

Commit 102dc7f

Browse files
committed
patch 8.0.0856: MS-Windows: terminal job doesn't take options
Problem: MS-Windows: terminal job doesn't take options. Solution: Call job_set_options(). (Yasuhiro Matsumoto)
1 parent 5be8dd0 commit 102dc7f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/terminal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2355,6 +2355,7 @@ term_and_job_init(term_T *term, int rows, int cols, char_u *cmd, jobopt_T *opt)
23552355
create_vterm(term, rows, cols);
23562356

23572357
channel_set_job(channel, job, opt);
2358+
job_set_options(job, opt);
23582359

23592360
job->jv_channel = channel;
23602361
job->jv_proc_info.hProcess = child_process_handle;

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ static char *(features[]) =
769769

770770
static int included_patches[] =
771771
{ /* Add new patch number below this line */
772+
/**/
773+
856,
772774
/**/
773775
855,
774776
/**/

0 commit comments

Comments
 (0)