commit | a6e42501424f6670fa864c739d2dc2eb764900b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 20 16:19:52 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 20 16:19:52 2016 +0200 |
tree | 19311053d3b8c596d1c9a261ea53367b4dc2f665 | |
parent | 517ffbee0d5b7b46320726faaa330b61f54e867c [diff] [blame] |
patch 7.4.1756 Problem: "dll" options are not expanded. Solution: Expand environment variables. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index 393b75d..6fdc9da 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1756, +/**/ 1755, /**/ 1754,