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:
zeertzjq
2022-09-22 13:15:26 +08:00
parent 320e56a4e0
commit a636e24280

View File

@@ -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