From: Foxe Chen Date: Tue, 11 Aug 2026 19:37:38 +0000 (+0000) Subject: patch 9.2.0942: test: test_mksession_winpos() fails on GTK4 UI X-Git-Tag: v9.2.0942^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a26ac23fe0df4da7e5068048546126df0f044ff2;p=thirdparty%2Fvim.git patch 9.2.0942: test: test_mksession_winpos() fails on GTK4 UI 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 Signed-off-by: Christian Brabandt --- diff --git a/src/testdir/test_mksession.vim b/src/testdir/test_mksession.vim index c11e8b849c..5c191fffcd 100644 --- a/src/testdir/test_mksession.vim +++ b/src/testdir/test_mksession.vim @@ -1106,6 +1106,7 @@ endfunc 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 diff --git a/src/version.c b/src/version.c index 103220d09f..ee33eafee2 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 942, /**/ 941, /**/