mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
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.
c9e3187d05
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user