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