vim-patch:8.2.0162: balloon test fails in the GUI

Problem:    Balloon test fails in the GUI.
Solution:   Skip test in the GUI.

7d8ea0b241

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
zeertzjq
2022-10-26 18:21:52 +08:00
parent fed86bc78a
commit a0ade77353

View File

@@ -1320,6 +1320,9 @@ func Test_balloon_show()
" This won't do anything but must not crash either. " This won't do anything but must not crash either.
call balloon_show('hi!') call balloon_show('hi!')
if !has('gui_running')
call balloon_show(range(3))
endif
endfunc endfunc
func Test_shellescape() func Test_shellescape()