patch 8.2.1745: tiny version doesn't build

Problem:    Tiny version doesn't build.
Solution:   Add dummy ex_var() function.
This commit is contained in:
Bram Moolenaar 2020-09-26 15:20:42 +02:00
parent 30fd8204ce
commit d47f50b331
2 changed files with 3 additions and 0 deletions

View File

@ -291,6 +291,7 @@ static void ex_tag_cmd(exarg_T *eap, char_u *name);
# define ex_function ex_ni
# define ex_if ex_ni
# define ex_let ex_ni
# define ex_var ex_ni
# define ex_lockvar ex_ni
# define ex_oldfiles ex_ni
# define ex_options ex_ni

View File

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