commit | 05aafed54b50b602315ae55d83a7d089804cecb0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 19:12:11 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 19:12:11 2017 +0200 |
tree | 5ba15103a30540de184b50ca8d82a7adaa2efd4d | |
parent | 76ca1b4041db71df899a40d2ab1701af4f19cb2a [diff] [blame] |
patch 8.0.0902: cannot specify directory or environment for a job Problem: Cannot specify directory or environment for a job. Solution: Add the "cwd" and "env" arguments to job options. (Yasuhiro Matsumoto, closes #1160)
diff --git a/src/version.c b/src/version.c index 469e01a..ce00ff2 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 902, +/**/ 901, /**/ 900,