commit | a83e70000f106a1e1e0f86e8e362ec94c0df074c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 21:47:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 21:47:35 2019 +0200 |
tree | 79eca2c4a31df9a1dde9c5c7acaf99757a2642db | |
parent | 5b8cfedfbd19a71a30c73cf44b0aec3da7fc1a24 [diff] [blame] |
patch 8.1.1613: popup window test fails with Athena and Motif Problem: Popup window test fails with Athena and Motif. Solution: Compute the highlight attribut when the GUI is not active.
diff --git a/src/version.c b/src/version.c index 7bd2327..2ba2bca 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1613, +/**/ 1612, /**/ 1611,