commit | e88fc7a574263fd399c6815378bcd8fd228d8b54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 03 20:59:40 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 03 20:59:40 2017 +0200 |
tree | 1a4c785391dd324a05ad0c9cd81e42a461f10e5e | |
parent | 9d654a8d8cd3421307445f111785fb303a38c2a0 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index fe316be..2b30a09 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1052, +/**/ 1051, /**/ 1050,