diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-11-04 00:02:11 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-11-04 00:09:07 -0500 |
commit | 7ef3e2b88024e4f82e32f4c2818ff09a939df24f (patch) | |
tree | 8846c4c97c73d0c18fca1d74a22d77c22a8b289d /src | |
parent | aaaad0f5934460dfaf7ef7a29dcf38060c641b43 (diff) | |
download | rneovim-7ef3e2b88024e4f82e32f4c2818ff09a939df24f.tar.gz rneovim-7ef3e2b88024e4f82e32f4c2818ff09a939df24f.tar.bz2 rneovim-7ef3e2b88024e4f82e32f4c2818ff09a939df24f.zip |
vim-patch:8.1.1829: difference in screenshots
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
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_windows_home.vim | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/testdir/test_windows_home.vim b/src/nvim/testdir/test_windows_home.vim index 2e311b9aa5..3c2db01444 100644 --- a/src/nvim/testdir/test_windows_home.vim +++ b/src/nvim/testdir/test_windows_home.vim @@ -1,8 +1,7 @@ " Test for $HOME on Windows. -if !has('win32') - finish -endif +source check.vim +CheckMSWindows let s:env = {} |