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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202102141308.11ED83vb1406896%40masaka.moolenaar.net.