commit | ba6febd380c931b92361a189e85b19ed467c9c64 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 30 21:56:23 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 30 21:56:23 2017 +0100 |
tree | 86e7b30ed0e9902f1ce681a8535011ffe04bdf33 | |
parent | 48570488f17e397183ea7d5c7ca67d6e4ffb013d [diff] [blame] |
patch 8.0.1240: MS-Windows: term_start() does not support environment Problem: MS-Windows: term_start() does not support environment. Solution: Implement the environment argument. (Yasuhiro Matsumoto, closes #2264)
diff --git a/src/version.c b/src/version.c index bb1e8b2..339ff1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1240, +/**/ 1239, /**/ 1238,