comparison src/testdir/test_balloon_gui.vim @ 17663:403ac78df9a0 v8.1.1829

patch 8.1.1829: difference in screenshots commit https://github.com/vim/vim/commit/39de6413c8b7bae882bed3dba636f6d52d793087 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 8 21:52:39 2019 +0200 patch 8.1.1829: difference in screenshots Problem: Difference in screenshots. Solution: Update screenshots. Change checks in a few more tests. (closes #4789)
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Aug 2019 22:00:05 +0200
parents 8e9e9124c7a2
children 45eca7143d7c
comparison
equal deleted inserted replaced
17662:0e3981c7a505 17663:403ac78df9a0
1 " Tests for 'ballooneval' in the GUI. 1 " Tests for 'ballooneval' in the GUI.
2 2
3 if !has('gui_running')
4 throw 'Skipped: only works in the GUI'
5 endif
6
7 source check.vim 3 source check.vim
4 CheckGui
8 CheckFeature balloon_eval 5 CheckFeature balloon_eval
9 6
10 func Test_balloon_show_gui() 7 func Test_balloon_show_gui()
11 let msg = 'this this this this' 8 let msg = 'this this this this'
12 call balloon_show(msg) 9 call balloon_show(msg)