comparison src/testdir/test_gui_init.vim @ 13351:33a2277b8d4d v8.0.1549

patch 8.0.1549: various small problems in test files commit https://github.com/vim/vim/commit/5d7ead3bc85eefd0929bfcbb579510c8164ea1be Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 27 17:17:42 2018 +0100 patch 8.0.1549: various small problems in test files Problem: Various small problems in test files. Solution: Include small changes.
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 17:30:07 +0100
parents d2c20ec4b95a
children f38fcbf343ce
comparison
equal deleted inserted replaced
13350:73e42c11db9e 13351:33a2277b8d4d
15 func TearDown() 15 func TearDown()
16 call GUITearDownCommon() 16 call GUITearDownCommon()
17 endfunc 17 endfunc
18 18
19 " Ignore the "failed to create input context" error. 19 " Ignore the "failed to create input context" error.
20 call test_ignore_error('E285') 20 call test_ignore_error('E285:')
21 21
22 " Start the GUI now, in the foreground. 22 " Start the GUI now, in the foreground.
23 gui -f 23 gui -f
24 24
25 func Test_set_guiheadroom() 25 func Test_set_guiheadroom()