commit | a2cbdea9685f9592ee22bda7b58953d2bbaa4c47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 16 21:08:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 16 21:08:31 2020 +0100 |
tree | d5c267fe30dc15be14a30cac8ab8559778b20a20 | |
parent | 7f009dfa064240d9024b76212535a35231912511 [diff] [blame] |
patch 8.2.0395: build fails with FEAT_EVAL but without FEAT_MENU Problem: Build fails with FEAT_EVAL but without FEAT_MENU. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index 717ca66..27aedd5 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 395, +/**/ 394, /**/ 393,