aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_windows_home.vim
Commit message (Collapse)AuthorAge
* vim-patch:8.1.1829: difference in screenshotsJan Edmund Lazo2020-11-04
| | | | | | | | | | | | | | | | | | | | | Problem: Difference in screenshots. Solution: Update screenshots. Change checks in a few more tests. (closes vim/vim#4789) https://github.com/vim/vim/commit/39de6413c8b7bae882bed3dba636f6d52d793087 N/A patches for version.c: vim-patch:8.1.2234: get_short_pathname() fails depending on encoding Problem: get_short_pathname() fails depending on encoding. Solution: Use the wide version of the library function. (closes vim/vim#5129) https://github.com/vim/vim/commit/3f39697b73f661d6900c7cf5430d967a129660d7 vim-patch:8.2.1944: Netbeans test is flaky Problem: Netbeans test is flaky. Solution: Add a short delay. (Yegappan Lakshmanan, closes vim/vim#7246) https://github.com/vim/vim/commit/6fd3a4ba2320c4a95f02daef5f2ac76d3105d013
* win: expand nested env var #10662erw72019-08-11
| | | | Vim-compatible behavior for a Windows edge case.
* vim-patch:8.0.1017: test for MS-Windows $HOME always passesJan Edmund Lazo2018-07-24
| | | | | | | | | Problem: Test for MS-Windows $HOME always passes. Solution: Rename the test function. Make the test pass. https://github.com/vim/vim/commit/dde60341115effc9789742c2f4565d184e98b6b5 Assume $HOME contains the literal absolute path. Nested environment variable expansion is unsupported.
* vim-patch:8.0.1012: MS-Windows: problem with $HOME when is was set internallyJan Edmund Lazo2018-07-24
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.