1
0
forked from aniani/vim

patch 8.2.2514: Vim9: build error in tiny version

Problem:    Vim9: build error in tiny version.
Solution:   Add #ifdef.
This commit is contained in:
Bram Moolenaar
2021-02-14 14:07:34 +01:00
parent 9979fcd72e
commit 2379f87eb4
2 changed files with 4 additions and 0 deletions

View File

@@ -1785,7 +1785,9 @@ do_one_cmd(
if (parse_command_modifiers(&ea, &errormsg, &cmdmod, FALSE) == FAIL)
goto doend;
apply_cmdmod(&cmdmod);
#ifdef FEAT_EVAL
vim9script = in_vim9script();
#endif
after_modifier = ea.cmd;
#ifdef FEAT_EVAL

View File

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