Patch 8.2.1828
Problem: Build failure without the +eval feature.
Solution: Add dummys for ex_block and ex_endblock.
Files: src/ex_docmd.c
*** ../vim-8.2.1827/src/ex_docmd.c 2020-10-10 21:33:42.403033529 +0200
--- src/ex_docmd.c 2020-10-10 22:15:54.846657829 +0200
***************
*** 263,268 ****
--- 263,269 ----
static void ex_tag(exarg_T *eap);
static void ex_tag_cmd(exarg_T *eap, char_u *name);
#ifndef FEAT_EVAL
+ # define ex_block ex_ni
# define ex_break ex_ni
# define ex_breakadd ex_ni
# define ex_breakdel ex_ni
***************
*** 280,285 ****
--- 281,287 ----
# define ex_echo ex_ni
# define ex_echohl ex_ni
# define ex_else ex_ni
+ # define ex_endblock ex_ni
# define ex_endfunction ex_ni
# define ex_endif ex_ni
# define ex_endtry ex_ni
*** ../vim-8.2.1827/src/version.c 2020-10-10 21:50:21.128071530 +0200
--- src/version.c 2020-10-10 22:26:37.168351771 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1828,
/**/
--
hundred-and-one symptoms of being an internet addict:
58. You turn on your computer and turn off your wife.
/// 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/202010102027.09AKRIwo3822333%40masaka.moolenaar.net.