mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.1814: missing change to remove "static"
Problem: Missing change to remove "static". Solution: Add the change.
This commit is contained in:
parent
10c65860f8
commit
922acbda3d
@ -2653,7 +2653,7 @@ find_var_in_ht(
|
||||
/*
|
||||
* Get the script-local hashtab. NULL if not in a script context.
|
||||
*/
|
||||
static hashtab_T *
|
||||
hashtab_T *
|
||||
get_script_local_ht(void)
|
||||
{
|
||||
scid_T sid = current_sctx.sc_sid;
|
||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1814,
|
||||
/**/
|
||||
1813,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user