commit | b5912e0643dc21b1b88c517d3ac1282eba57293d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 31 17:03:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 31 17:03:14 2022 +0100 |
tree | 2d97982252760c62c5e046c7ce04ff6f9623a5ac | |
parent | 368137aa525982984beed73940af481ac53a62af [diff] [blame] |
patch 8.2.5048: when using XIM the gui test may fail Problem: When using XIM the gui test may fail. Solution: Only use --not-a-term when not using XIM.
diff --git a/src/version.c b/src/version.c index db2a5b2..ac33551 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5048, +/**/ 5047, /**/ 5046,