1
0
forked from aniani/vim

patch 8.2.2807: build fails with tiny features

Problem:    Build fails with tiny features.
Solution:   Use a dummy function for ex_incdec().
This commit is contained in:
Bram Moolenaar 2021-04-24 20:37:03 +02:00
parent bdc0f1c698
commit 340c59ec6f
2 changed files with 3 additions and 0 deletions

View File

@ -287,6 +287,7 @@ static void ex_tag_cmd(exarg_T *eap, char_u *name);
# define ex_endwhile ex_ni # define ex_endwhile ex_ni
# define ex_eval ex_ni # define ex_eval ex_ni
# define ex_execute ex_ni # define ex_execute ex_ni
# define ex_incdec ex_ni
# define ex_finally ex_ni # define ex_finally ex_ni
# define ex_finish ex_ni # define ex_finish ex_ni
# define ex_function ex_ni # define ex_function ex_ni

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 */
/**/
2807,
/**/ /**/
2806, 2806,
/**/ /**/