]> granicus.if.org Git - vim/commitdiff
patch 8.2.1814: missing change to remove "static" v8.2.1814
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Oct 2020 19:30:40 +0000 (21:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Oct 2020 19:30:40 +0000 (21:30 +0200)
Problem:    Missing change to remove "static".
Solution:   Add the change.

src/evalvars.c
src/version.c

index fdc6f454a54cedea0f7a5596f366828bd1309236..f7ee58d531d64b3a24f00e1f2f842d95988d2366 100644 (file)
@@ -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;
index 7d62814d229c8d3471348d46669f948bf91f9b07..238113f67c92b8d600f54240c5426b7dde9425f9 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1814,
 /**/
     1813,
 /**/