]> granicus.if.org Git - vim/commitdiff
patch 8.0.0856: MS-Windows: terminal job doesn't take options v8.0.0856
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Aug 2017 18:59:29 +0000 (20:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Aug 2017 18:59:29 +0000 (20:59 +0200)
Problem:    MS-Windows: terminal job doesn't take options.
Solution:   Call job_set_options(). (Yasuhiro Matsumoto)

src/terminal.c
src/version.c

index d3dde181bae9da8dca624afdaa691698a8ee4269..d153187999de02e397ea8ae53aba2efd07beb5c6 100644 (file)
@@ -2355,6 +2355,7 @@ term_and_job_init(term_T *term, int rows, int cols, char_u *cmd, jobopt_T *opt)
     create_vterm(term, rows, cols);
 
     channel_set_job(channel, job, opt);
+    job_set_options(job, opt);
 
     job->jv_channel = channel;
     job->jv_proc_info.hProcess = child_process_handle;
index bf30da6b0bd3c2b208f83b1a1b915150fbae2085..b8d020327522ce48f73498944a272f9fb8dd56f1 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    856,
 /**/
     855,
 /**/