Patch 8.2.1163

4 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 8, 2020, 4:36:59 PM7/8/20
to vim...@googlegroups.com

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


*** ../vim-8.2.1162/src/globals.h 2020-07-08 18:34:51.193774339 +0200
--- src/globals.h 2020-07-08 21:57:45.468763635 +0200
***************
*** 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
--- 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, NULL}
# endif
;
#endif
*** ../vim-8.2.1162/src/version.c 2020-07-08 22:24:04.828783933 +0200
--- src/version.c 2020-07-08 22:35:48.714815841 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1163,
/**/

--
I used to be indecisive, now I'm not sure.

/// 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