commit | 97f65fafdbf3530fa42d6e43618e66e14c866b50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 29 20:42:07 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 29 20:42:07 2017 +0200 |
tree | acc04906c0db68734e186b22019e75f9010dc117 | |
parent | 3c37a8e66008aadfe428a32ecf46aab4b9e285ae [diff] [blame] |
patch 8.0.1011: terminal test fails with Athena and Motif Problem: Terminal test fails with Athena and Motif. Solution: Ignore the error for the input context. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index b9836b7..0ef2084 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1011, +/**/ 1010, /**/ 1009,