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 b7d2cf5 commit 69d0f6eCopy full SHA for 69d0f6e
1 file changed
src/testdir/test_balloon.vim
@@ -58,6 +58,8 @@ endif
58
" Tests that only work in the GUI
59
if has('gui_running')
60
61
+if !has('gui_macvim') " See https://github.com/macvim-dev/macvim/issues/902
62
+
63
func Test_balloon_show_gui()
64
let msg = 'this this this this'
65
call balloon_show(msg)
@@ -72,4 +74,6 @@ func Test_balloon_show_gui()
72
74
call balloon_show('')
73
75
endfunc
76
77
+endif " !has('gui_macvim')
78
79
endif
0 commit comments