To: vim_dev@googlegroups.com Subject: Patch 8.2.1158 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///