Removed the MacVim checks for test_filechanged.vim

The GUI dialog bug has been fixed in Vim by not running
Test_file_changed_dialog() when GUI is running, so no need to put
MacVim-specific check for that.
This commit is contained in:
Yee Cheng Chin
2019-01-25 21:30:45 -08:00
parent 38d94f183c
commit 803f090d6e
-6
View File
@@ -1,11 +1,5 @@
" Tests for when a file was changed outside of Vim.
if has('gui_macvim') && has('gui_running')
" MacVim's currently stalls and never returns when the GUI vesion is run in
" CI. Disable these tests for now before a more proper fix is implemented.
finish
endif
func Test_FileChangedShell_reload()
if !has('unix')
return