diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-09-22 13:44:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-22 13:44:42 +0800 |
| commit | 8d13b08a03c31cdb269b7d09c166e0b447f2a303 (patch) | |
| tree | 46333bb7b3c8b9689f2f537bfd6bb08cb8bca9cf /src/nvim/testdir/test_clientserver.vim | |
| parent | d76017c613647326b4195580422196a7d0fd548d (diff) | |
| parent | 477cf2a6b1226e77aa0562067d90a5a07dfbdccc (diff) | |
| download | rneovim-8d13b08a03c31cdb269b7d09c166e0b447f2a303.tar.gz rneovim-8d13b08a03c31cdb269b7d09c166e0b447f2a303.tar.bz2 rneovim-8d13b08a03c31cdb269b7d09c166e0b447f2a303.zip | |
Merge pull request #20278 from zeertzjq/vim-8.2.3428
vim-patch:8.2.{3428,3567,3568,4074,4677}
Diffstat (limited to 'src/nvim/testdir/test_clientserver.vim')
| -rw-r--r-- | src/nvim/testdir/test_clientserver.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_clientserver.vim b/src/nvim/testdir/test_clientserver.vim index 66ee776a90..a4ebce5af9 100644 --- a/src/nvim/testdir/test_clientserver.vim +++ b/src/nvim/testdir/test_clientserver.vim @@ -64,8 +64,8 @@ func Test_client_server() " the GUI and check that the remote command still works. " Need to wait for the GUI to start up, otherwise the send hangs in trying " to send to the terminal window. - if has('gui_athena') || has('gui_motif') - " For those GUIs, ignore the 'failed to create input context' error. + if has('gui_motif') + " For this GUI ignore the 'failed to create input context' error. call remote_send(name, ":call test_ignore_error('E285') | gui -f\<CR>") else call remote_send(name, ":gui -f\<CR>") |