commit | 25a494ce609f54ce240b1986aad16ca27186d646 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 19:39:50 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 19:39:50 2018 +0100 |
tree | 8648a8424608126c02e715927f6873fa6c07eadd | |
parent | 447f6ce8bd42fe3adbdf97eff9a38a9bfef9eeed [diff] [blame] |
patch 8.1.0534: MS-Windows installer uses different $HOME than Vim Problem: MS-Windows installer uses different $HOME than Vim. Solution: Use the Vim logic also in the MS-Windows installer. (Ken Takata, closes #3564)
diff --git a/src/version.c b/src/version.c index 560abd4..ad633e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 534, +/**/ 533, /**/ 532,