diff options
| author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-06-05 23:31:21 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-07-24 23:17:28 -0400 |
| commit | 5ed0975ea2366dab642f2b962df9fbeca319a79e (patch) | |
| tree | 03937c6f77c5dda0558460134240e7092d36a516 /src/nvim/testdir/Makefile | |
| parent | b0ab46056fe907b4657fe57140c61d540d23b3ca (diff) | |
| download | rneovim-5ed0975ea2366dab642f2b962df9fbeca319a79e.tar.gz rneovim-5ed0975ea2366dab642f2b962df9fbeca319a79e.tar.bz2 rneovim-5ed0975ea2366dab642f2b962df9fbeca319a79e.zip | |
vim-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
vim/vim#2013)
https://github.com/vim/vim/commit/48340b62e812dc9280f621a2eb6db76d43555c66
Restore vim_getenv() behaviour for $HOME on Windows.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 87d7ff5bad..0379235ec0 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -116,6 +116,7 @@ NEW_TESTS ?= \ test_visual.res \ test_winbuf_close.res \ test_window_id.res \ + test_windows_home.res \ test_wordcount.res \ test_writefile.res \ test_alot_latin.res \ |