commit | f88af6e6757b2e373cf6cd366d6a81a066a6ade0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 22 22:55:00 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 22 22:55:00 2019 +0100 |
tree | 21fbb26a21113897fe2969c85a213398ca864325 | |
parent | 82a12468bd023f5cdc5d27182bedef7881514643 [diff] [blame] |
patch 8.1.0795: cannot build without popup menu Problem: Cannot build without popup menu. Solution: Add #ifdef
diff --git a/src/version.c b/src/version.c index fc92619..91b3542 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 795, +/**/ 794, /**/ 793,