commit | f8ab1b14fd972a093e0c12146dd3becd511eb519 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 01 18:30:34 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 01 18:30:34 2017 +0100 |
tree | 8315232533c5788867675c0099d3e1befd6fc65a | |
parent | abc39ab642791ae3d22a524516eeedb673a95d9d [diff] [blame] |
patch 8.0.0395: testing the + register fails with Motif Problem: Testing the + register fails with Motif. Solution: Also ignore the "failed to create input context" error in the second gvim. Don't use msg() when it would result in a dialog.
diff --git a/src/version.c b/src/version.c index ee828fd..796162b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 395, +/**/ 394, /**/ 393,