comparison src/testdir/setup_gui.vim @ 11012:ae2de10e8398 v8.0.0395

patch 8.0.0395: testing the + register fails with Motif commit https://github.com/vim/vim/commit/f8ab1b14fd972a093e0c12146dd3becd511eb519 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 1 18:30:34 2017 +0100 patch 8.0.0395: testing the + register fails with Motif Problem: Testing the + register fails with Motif. Solution: Also ignore the "failed to create input context" error in the second gvim. Don't use msg() when it would result in a dialog.
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Mar 2017 18:45:04 +0100
parents 4e2cdce4576c
children 34b75c77a7bd
comparison
equal deleted inserted replaced
11011:f96919bba9cc 11012:ae2de10e8398
25 endfunc 25 endfunc
26 26
27 func GUITearDownCommon() 27 func GUITearDownCommon()
28 call delete('Xhome', 'rf') 28 call delete('Xhome', 'rf')
29 endfunc 29 endfunc
30
31 " Ignore the "failed to create input context" error.
32 call test_ignore_error('E285')