We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a97b86 commit e488e91Copy full SHA for e488e91
1 file changed
src/testdir/test_signals.vim
@@ -4,6 +4,11 @@ if !has('unix')
4
finish
5
endif
6
7
+if has('gui_running')
8
+ " Signals only work for terminals, and won't work for GUI.
9
+ finish
10
+endif
11
+
12
source shared.vim
13
14
" Test signal WINCH (window resize signal)
0 commit comments