Skip to content

Commit 803f090

Browse files
committed
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.
1 parent 38d94f1 commit 803f090

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/testdir/test_filechanged.vim

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
" Tests for when a file was changed outside of Vim.
22

3-
if has('gui_macvim') && has('gui_running')
4-
" MacVim's currently stalls and never returns when the GUI vesion is run in
5-
" CI. Disable these tests for now before a more proper fix is implemented.
6-
finish
7-
endif
8-
93
func Test_FileChangedShell_reload()
104
if !has('unix')
115
return

0 commit comments

Comments
 (0)