mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Fix Vim's test_signals breaking GUI tests
The test should only be for terminal Vim, as in GUI we control resizing using other mechanisms.
This commit is contained in:
@@ -4,6 +4,11 @@ if !has('unix')
|
||||
finish
|
||||
endif
|
||||
|
||||
if has('gui_running')
|
||||
" Signals only work for terminals, and won't work for GUI.
|
||||
finish
|
||||
endif
|
||||
|
||||
source shared.vim
|
||||
|
||||
" Test signal WINCH (window resize signal)
|
||||
|
||||
Reference in New Issue
Block a user