To: vim_dev@googlegroups.com Subject: Patch 8.2.1814 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1814 (after 8.2.1813) Problem: Missing change to remove "static". Solution: Add the change. Files: src/evalvars.c *** ../vim-8.2.1813/src/evalvars.c 2020-10-03 12:57:23.014572543 +0200 --- src/evalvars.c 2020-10-08 20:48:39.811547628 +0200 *************** *** 2653,2659 **** /* * Get the script-local hashtab. NULL if not in a script context. */ ! static hashtab_T * get_script_local_ht(void) { scid_T sid = current_sctx.sc_sid; --- 2653,2659 ---- /* * Get the script-local hashtab. NULL if not in a script context. */ ! hashtab_T * get_script_local_ht(void) { scid_T sid = current_sctx.sc_sid; *** ../vim-8.2.1813/src/version.c 2020-10-08 21:16:38.643643838 +0200 --- src/version.c 2020-10-08 21:30:25.513552934 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 1814, /**/ -- hundred-and-one symptoms of being an internet addict: 49. You never have to deal with busy signals when calling your ISP...because you never log off. /// 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 ///