Patch 8.2.2514 (after 8.2.2511)
Problem: Vim9: build error in tiny version.
Solution: Add #ifdef.
Files: src/ex_docmd.c
*** ../vim-8.2.2513/src/ex_docmd.c 2021-02-14 12:57:32.552655477 +0100
--- src/ex_docmd.c 2021-02-14 14:06:37.005910805 +0100
***************
*** 1785,1791 ****
--- 1785,1793 ----
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
*** ../vim-8.2.2513/src/version.c 2021-02-14 13:29:57.617276973 +0100
--- src/version.c 2021-02-14 14:07:21.681809847 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2514,
/**/
--
No letters of the alphabet were harmed in the creation of this message.
/// Bram Moolenaar -- Br...@Moolenaar.net --
http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features --
http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language --
http://www.Zimbu.org ///
\\\ help me help AIDS victims --
http://ICCF-Holland.org ///