Problem: test: test_mksession_winpos() fails on GTK4 UI
Solution: Skip the test on GTK4, since winpos is not supported there
(Foxe Chen)
closes: #21010
Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
func Test_mksession_winpos()
" Only applicable in GUI Vim
CheckGui
+ CheckNotFeature gui_gtk4 " window position does not work in gtk4 gui
set sessionoptions+=winpos
mksession! Xtest_mks.out
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 942,
/**/
941,
/**/