Patch 8.2.2867 (after 8.2.2866)
Problem: Build failure.
Solution: Add missing part of the change.
Files: src/globals.h
*** ../vim-8.2.2866/src/globals.h 2021-05-16 15:24:45.654704709 +0200
--- src/globals.h 2021-05-18 15:03:58.789202951 +0200
***************
*** 1909,1915 ****
EXTERN evalarg_T EVALARG_EVALUATE
# ifdef DO_INIT
= {EVAL_EVALUATE, 0, NULL, NULL, NULL, {0, 0, 0, 0, NULL},
! NULL, NULL, NULL}
# endif
;
#endif
--- 1909,1915 ----
EXTERN evalarg_T EVALARG_EVALUATE
# ifdef DO_INIT
= {EVAL_EVALUATE, 0, NULL, NULL, NULL, {0, 0, 0, 0, NULL},
! {0, 0, 0, 0, NULL}, NULL, NULL, NULL}
# endif
;
#endif
*** ../vim-8.2.2866/src/version.c 2021-05-18 15:09:13.967782682 +0200
--- src/version.c 2021-05-18 15:31:54.429734095 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2867,
/**/
--
TALL KNIGHT OF NI: Ni!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/202105181332.14IDWqGG4059916%40masaka.moolenaar.net.