commit | 8753c1dd2c2a5c2c7ff63a9bfb14cd4b9bb9c87f | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sun Oct 31 20:19:17 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 31 20:19:17 2021 +0000 |
tree | 86c8ca862b2067fca009a0b4e5275afba4624b97 | |
parent | 9cd063e3195a4c250c8016fa340922ab21fda252 [diff] [blame] |
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 #9069)
diff --git a/src/version.c b/src/version.c index 68372cc..c42cd2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3568, +/**/ 3567, /**/ 3566,