1
0
forked from aniani/vim

patch 8.2.4015: build failure with tiny features

Problem:    Build failure with tiny features. (Tony Mechelynck)
Solution:   Adjust #ifdefs.
This commit is contained in:
Bram Moolenaar
2022-01-06 11:43:21 +00:00
parent c689f8c3d9
commit 269dc63618
2 changed files with 4 additions and 0 deletions

View File

@@ -2318,8 +2318,10 @@ EXTERN char e_missing_end_marker_str[]
INIT(= N_("E990: Missing end marker '%s'")); INIT(= N_("E990: Missing end marker '%s'"));
EXTERN char e_cannot_use_heredoc_here[] EXTERN char e_cannot_use_heredoc_here[]
INIT(= N_("E991: cannot use =<< here")); INIT(= N_("E991: cannot use =<< here"));
#endif
EXTERN char e_not_allowed_in_modeline_when_modelineexpr_is_off[] EXTERN char e_not_allowed_in_modeline_when_modelineexpr_is_off[]
INIT(= N_("E992: Not allowed in a modeline when 'modelineexpr' is off")); INIT(= N_("E992: Not allowed in a modeline when 'modelineexpr' is off"));
#ifdef FEAT_EVAL
EXTERN char e_window_nr_is_not_popup_window[] EXTERN char e_window_nr_is_not_popup_window[]
INIT(= N_("E993: window %d is not a popup window")); INIT(= N_("E993: window %d is not a popup window"));
EXTERN char e_not_allowed_in_popup_window[] EXTERN char e_not_allowed_in_popup_window[]

View File

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