diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-29 22:08:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-29 22:08:53 +0200 |
commit | 48340b62e812dc9280f621a2eb6db76d43555c66 (patch) | |
tree | cdafeefc8f1ac57190fcd2b97f717c84fdd6b658 /src/Makefile | |
parent | 97f65fafdbf3530fa42d6e43618e66e14c866b50 (diff) | |
download | vim-git-48340b62e812dc9280f621a2eb6db76d43555c66.tar.gz |
patch 8.0.1012: MS-Windows: problem with $HOME when is was set internallyv8.0.1012
Problem: MS-Windows: Problem with $HOME when is was set internally.
Solution: Only use the $HOME default internally. (Yasuhiro Matsumoto, closes
#2013)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index e4da3b4b6..ecf14bc49 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2278,6 +2278,7 @@ test_arglist \ test_visual \ test_window_cmd \ test_window_id \ + test_windows_home \ test_writefile \ test_alot_latin \ test_alot_utf8 \ |