From: Bram Moolenaar Date: Tue, 29 Aug 2017 18:42:07 +0000 (+0200) Subject: patch 8.0.1011: terminal test fails with Athena and Motif X-Git-Tag: v8.0.1011 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97f65fafdbf3530fa42d6e43618e66e14c866b50;p=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) --- diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim index d651d0bba..ae6d195ab 100644 --- a/src/testdir/test_terminal.vim +++ b/src/testdir/test_terminal.vim @@ -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('$')) diff --git a/src/version.c b/src/version.c index b9836b7be..0ef208437 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1011, /**/ 1010, /**/