commit | 201dc67db587e77a845fd24681352d61e57156e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 18:59:57 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 18:59:57 2018 +0100 |
tree | f8efed9d22d893cda83f661ed015d3597b604c11 | |
parent | ebf142a1ed1824ed17a3eb4f64e75616e3b3d0e8 [diff] [blame] |
patch 8.0.1586: imactivatefunc does not work on non-GUI Mac Problem: Imactivatefunc does not work on non-GUI Mac. Solution: Fix logic in #ifdef.
diff --git a/src/version.c b/src/version.c index a4fd2e6..128be31 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1586, +/**/ 1585, /**/ 1584,