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:
@@ -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
|
||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2514,
|
||||
/**/
|
||||
2513,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user