Patch 8.2.1158

3 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 8, 2020, 12:35:28 PM7/8/20
to vim...@googlegroups.com

Patch 8.2.1158 (after 8.2.1155)
Problem: Build error.
Solution: Add missing change to globals.
Files: src/globals.h


*** ../vim-8.2.1157/src/globals.h 2020-06-28 18:43:36.296992324 +0200
--- src/globals.h 2020-07-08 15:25:31.380346884 +0200
***************
*** 1885,1891 ****
// Passed to an eval() function to enable evaluation.
EXTERN evalarg_T EVALARG_EVALUATE
# ifdef DO_INIT
! = {EVAL_EVALUATE, 0, NULL, NULL, {0, 0, 0, 0, NULL}, NULL}
# endif
;
#endif
--- 1885,1891 ----
// Passed to an eval() function to enable evaluation.
EXTERN evalarg_T EVALARG_EVALUATE
# ifdef DO_INIT
! = {EVAL_EVALUATE, 0, NULL, NULL, NULL, {0, 0, 0, 0, NULL}, NULL}
# endif
;
#endif
*** ../vim-8.2.1157/src/version.c 2020-07-08 18:30:02.358722947 +0200
--- src/version.c 2020-07-08 18:34:38.081817128 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1158,
/**/

--
Imagine a world without hypothetical situations.

/// 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 ///
Reply all
Reply to author
Forward
0 new messages