commit | ef8c617b9c4dc262ed34598d7e382237696c3d61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 15:12:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 15:12:44 2020 +0200 |
tree | 58686e56c1291e18d796c8133debfcd93121f352 | |
parent | 8e6cbb72324b6fb25d1a9abd6cc4d102d0e5f14e [diff] [blame] |
patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI Problem: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI. Solution: Adjust the #ifdefs. (closes #6367)
diff --git a/src/version.c b/src/version.c index 8f08cc5..97c3c4c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1107, +/**/ 1106, /**/ 1105,