commit 4ca14b310cc385bd7ebb6e478ee5cc249f26556e
parent ac1dd046c01e0685b0f8eeaa36e622b3c2f339ad
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed, 30 Mar 2022 18:34:35 +0800
vim-patch:8.2.4349: FileChangedShell test fails on MS-Windows
Problem: FileChangedShell test fails on MS-Windows.
Solution: Skip the test on MS-Windows.
https://github.com/vim/vim/commit/c9e3187d053dcef03d11915b06be0c78ab45bc75
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/nvim/testdir/test_filechanged.vim b/src/nvim/testdir/test_filechanged.vim
@@ -142,6 +142,8 @@ endfunc
func Test_FileChangedShell_edit_dialog()
throw 'Skipped: requires a UI to be active'
CheckNotGui
+ " FIXME: why does this not work on MS-Windows?
+ CheckUnix
new Xchanged_r
call setline(1, 'reload this')