1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-03-16 21:08:31 +01:00
parent 7f009dfa06
commit a2cbdea968
2 changed files with 4 additions and 0 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
395,
/**/
394,
/**/