commit | e0c31f6a304496b597a51ce98af419ec815bec74 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 01 15:07:05 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 01 15:07:05 2017 +0100 |
tree | 9e40b37c819bfc5a3c8f7fb41c25657a88b89ff2 | |
parent | 5f53dd3f747711be90879fa2f22a207970b86750 [diff] [blame] |
patch 8.0.0392: GUI test fails with Athena and Motif Problem: GUI test fails with Athena and Motif. Solution: Add test_ignore_error(). Use it to ignore the "failed to create input context" error.
diff --git a/src/version.c b/src/version.c index d4d27ec..e0ec0ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 392, +/**/ 391, /**/ 390,