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 cad8892 commit 74e0ed7Copy full SHA for 74e0ed7
src/testdir/test_clientserver.vim
@@ -1,6 +1,6 @@
1
" Tests for the +clientserver feature.
2
3
-if !has('job') || !has('clientserver')
+if !has('job') || !has('clientserver') || (has('gui_macvim') && !has('gui_running'))
4
finish
5
endif
6
0 commit comments