diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-09-22 13:15:26 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-09-22 13:15:40 +0800 |
commit | a636e24280abdd2cfe0c0ae6a97f8b0dce564f21 (patch) | |
tree | 847703ed2b20e9df7ea56ac8ffd7e5543969180a /src | |
parent | 320e56a4e08a118b918fa9c8c916469c6290abec (diff) | |
download | rneovim-a636e24280abdd2cfe0c0ae6a97f8b0dce564f21.tar.gz rneovim-a636e24280abdd2cfe0c0ae6a97f8b0dce564f21.tar.bz2 rneovim-a636e24280abdd2cfe0c0ae6a97f8b0dce564f21.zip |
vim-patch:8.2.3568: ctrl-hat test fails with Athena and Motif
Problem: Ctrl-hat test fails with Athena and Motif. (Elimar Riesebieter)
Solution: Run the test only with GTK. (Dominique Pellé, closes vim/vim#9069)
https://github.com/vim/vim/commit/8753c1dd2c2a5c2c7ff63a9bfb14cd4b9bb9c87f
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_edit.vim | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_edit.vim b/src/nvim/testdir/test_edit.vim index 0ee038e2e3..162f02dd98 100644 --- a/src/nvim/testdir/test_edit.vim +++ b/src/nvim/testdir/test_edit.vim @@ -1966,7 +1966,11 @@ endfunc " Test toggling of input method. See :help i_CTRL-^ func Test_edit_CTRL_hat() CheckFeature xim - CheckNotGui " FIXME: why does this test fail when running in the GUI? + + " FIXME: test fails with Athena and Motif GUI. + " test also fails when running in the GUI. + CheckFeature gui_gtk + CheckNotGui new |