commit | 102dc7f891c43e3065aef4adafdb2c647c5d09d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 20:59:29 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 20:59:29 2017 +0200 |
tree | 70ccc404db939583bccebeca23dda5033743a8a8 | |
parent | 5be8dd087f36affa492ef6049fa813b376210543 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index bf30da6..b8d0203 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 856, +/**/ 855, /**/ 854,