commit | 691ddeefb545d8488e5a495af61caba2e57b3de9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 09 14:52:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 09 14:52:41 2019 +0200 |
tree | 4fc05bf8d9ad408b60d1c127b541869ac0f5f8ed | |
parent | 68cbb14bae1013702270b25e886b5ee09e07575a [diff] [blame] |
patch 8.1.1305: there is no easy way to manipulate environment variables Problem: There is no easy way to manipulate environment variables. Solution: Add environ(), getenv() and setenv(). (Yasuhiro Matsumoto, closes #2875)
diff --git a/src/version.c b/src/version.c index 7715410..182a43a 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1305, +/**/ 1304, /**/ 1303,