commit | be83b73ddb2ee8297037166d243f72e3423a3ce3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 14:21:19 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 14:21:19 2015 +0200 |
tree | 9a0d9290fe19c42a17ed1f92b10828b47781b8d6 | |
parent | 3f188935ec4db5117c4a64cc3f71219175624745 [diff] [blame] |
patch 7.4.832 Problem: $HOME in is expanded too early. Solution: Skip over when expanding environment names.
diff --git a/src/version.c b/src/version.c index e99e87e..8d1da06 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 832, +/**/ 831, /**/ 830,