mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 13:56:05 +00:00
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)
8753c1dd2c
This commit is contained in:
@@ -1966,7 +1966,11 @@ endfunc
|
|||||||
" Test toggling of input method. See :help i_CTRL-^
|
" Test toggling of input method. See :help i_CTRL-^
|
||||||
func Test_edit_CTRL_hat()
|
func Test_edit_CTRL_hat()
|
||||||
CheckFeature xim
|
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
|
new
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user