1
0
forked from aniani/vim

patch 8.0.1052: term_start() does not allow in_io, out_io and err_io options

Problem:    term_start() does not allow in_io, out_io and err_io options.
Solution:   Add JO_OUT_IO to get_job_options().
This commit is contained in:
Bram Moolenaar
2017-09-03 20:59:40 +02:00
parent 9d654a8d8c
commit e88fc7a574
3 changed files with 74 additions and 30 deletions

View File

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