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:
parent
bdc0f1c698
commit
340c59ec6f
@ -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
|
||||||
|
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user