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/Makefile b/src/Makefile index e4da3b4..ecf14bc 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2278,6 +2278,7 @@ test_visual \ test_window_cmd \ test_window_id \ + test_windows_home \ test_writefile \ test_alot_latin \ test_alot_utf8 \