commit | 48340b62e812dc9280f621a2eb6db76d43555c66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 29 22:08:53 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 29 22:08:53 2017 +0200 |
tree | cdafeefc8f1ac57190fcd2b97f717c84fdd6b658 | |
parent | 97f65fafdbf3530fa42d6e43618e66e14c866b50 [diff] [blame] |
patch 8.0.1012: MS-Windows: problem with $HOME when is was set internally Problem: MS-Windows: Problem with $HOME when is was set internally. Solution: Only use the $HOME default internally. (Yasuhiro Matsumoto, closes #2013)
diff --git a/src/version.c b/src/version.c index 0ef2084..3be91c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1012, +/**/ 1011, /**/ 1010,