mirror of
https://github.com/vim/vim.git
synced 2025-10-28 09:27:14 -04:00
patch 8.2.3973: tiny build fails
Problem: Tiny build fails. Solution: Adjust #ifdefs
This commit is contained in:
@@ -690,11 +690,13 @@ EXTERN char e_endwhile_without_while[]
|
|||||||
INIT(= N_("E588: :endwhile without :while"));
|
INIT(= N_("E588: :endwhile without :while"));
|
||||||
EXTERN char e_endfor_without_for[]
|
EXTERN char e_endfor_without_for[]
|
||||||
INIT(= N_("E588: :endfor without :for"));
|
INIT(= N_("E588: :endfor without :for"));
|
||||||
|
#endif
|
||||||
EXTERN char e_winheight_cannot_be_smaller_than_winminheight[]
|
EXTERN char e_winheight_cannot_be_smaller_than_winminheight[]
|
||||||
INIT(= N_("E591: 'winheight' cannot be smaller than 'winminheight'"));
|
INIT(= N_("E591: 'winheight' cannot be smaller than 'winminheight'"));
|
||||||
EXTERN char e_winwidth_cannot_be_smaller_than_winminwidth[]
|
EXTERN char e_winwidth_cannot_be_smaller_than_winminwidth[]
|
||||||
INIT(= N_("E592: 'winwidth' cannot be smaller than 'winminwidth'"));
|
INIT(= N_("E592: 'winwidth' cannot be smaller than 'winminwidth'"));
|
||||||
|
|
||||||
|
#ifdef FEAT_EVAL
|
||||||
EXTERN char e_missing_endtry[]
|
EXTERN char e_missing_endtry[]
|
||||||
INIT(= N_("E600: Missing :endtry"));
|
INIT(= N_("E600: Missing :endtry"));
|
||||||
EXTERN char e_endtry_without_try[]
|
EXTERN char e_endtry_without_try[]
|
||||||
|
|||||||
@@ -749,6 +749,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 */
|
||||||
|
/**/
|
||||||
|
3973,
|
||||||
/**/
|
/**/
|
||||||
3972,
|
3972,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user