Skip to content

Commit 97f65fa

Browse files
committed
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)
1 parent 3c37a8e commit 97f65fa

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/testdir/test_terminal.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,10 @@ func Test_zz_terminal_in_gui()
429429
if !CanRunGui()
430430
return
431431
endif
432+
433+
" Ignore the "failed to create input context" error.
434+
call test_ignore_error('E285:')
435+
432436
gui -f
433437

434438
call assert_equal(1, winnr('$'))

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ static char *(features[]) =
769769

770770
static int included_patches[] =
771771
{ /* Add new patch number below this line */
772+
/**/
773+
1011,
772774
/**/
773775
1010,
774776
/**/

0 commit comments

Comments
 (0)