We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c37a8e commit 97f65faCopy full SHA for 97f65fa
2 files changed
src/testdir/test_terminal.vim
@@ -429,6 +429,10 @@ func Test_zz_terminal_in_gui()
429
if !CanRunGui()
430
return
431
endif
432
+
433
+ " Ignore the "failed to create input context" error.
434
+ call test_ignore_error('E285:')
435
436
gui -f
437
438
call assert_equal(1, winnr('$'))
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 1011,
774
/**/
775
1010,
776
0 commit comments