commit | 922acbda3d4e250c8683db223f444d0ec8c6fd03 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 08 21:30:40 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 08 21:30:40 2020 +0200 |
tree | b04939bdc827ed5d5f956b70943a1fcb9975a323 | |
parent | 10c65860f83589e0ca2498393d3cfef1115b7fe8 [diff] [blame] |
patch 8.2.1814: missing change to remove "static" Problem: Missing change to remove "static". Solution: Add the change.
diff --git a/src/evalvars.c b/src/evalvars.c index fdc6f45..f7ee58d 100644 --- a/src/evalvars.c +++ b/src/evalvars.c
@@ -2653,7 +2653,7 @@ /* * 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;