commit | ebe74b73677b06db7d483987a863b41cee051cc0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 21 23:34:43 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 21 23:34:43 2018 +0200 |
tree | 845132a5cdf2177e0d45e500e08443f57b3a3bf4 | |
parent | a69b39511d769bc88f0854bd026556fdb9bd2817 [diff] [blame] |
patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmd Problem: MS-Windows: term_start() does not set job_info() cmd. Solution: Share the code from job_start() to set jv_argv.
diff --git a/src/version.c b/src/version.c index af43697..a18394a 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1747, +/**/ 1746, /**/ 1745,