1
0
forked from aniani/vim

patch 8.0.1011: terminal test fails with Athena and Motif

Problem:    Terminal test fails with Athena and Motif.
Solution:   Ignore the error for the input context. (Kazunobu Kuriyama)
This commit is contained in:
Bram Moolenaar
2017-08-29 20:42:07 +02:00
parent 3c37a8e660
commit 97f65fafdb
2 changed files with 6 additions and 0 deletions

View File

@@ -429,6 +429,10 @@ func Test_zz_terminal_in_gui()
if !CanRunGui()
return
endif
" Ignore the "failed to create input context" error.
call test_ignore_error('E285:')
gui -f
call assert_equal(1, winnr('$'))

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1011,
/**/
1010,
/**/