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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202010081931.098JVOFq3280113%40masaka.moolenaar.net.