commit | 4c06815c44dfeaafdad25dfcc40f60860096a900 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 11 23:15:25 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 11 23:15:25 2016 +0200 |
tree | 76278f4efa2ed9732078230e1177f926ad029323 | |
parent | 1436d8d51cce114be56209924fc71376407e5bad [diff] [blame] |
patch 7.4.2027 Problem: Can't build with +eval but without +menu. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index a7a9a8b..93f3c03 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2027, +/**/ 2026, /**/ 2025,