We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616aeef commit 08499f5Copy full SHA for 08499f5
2 files changed
src/globals.h
@@ -320,7 +320,7 @@ EXTERN int want_garbage_collect INIT(= FALSE);
320
EXTERN int garbage_collect_at_exit INIT(= FALSE);
321
322
// Script CTX being sourced or was sourced to define the current function.
323
-EXTERN sctx_T current_sctx INIT(= {0 COMMA 0 COMMA 0});
+EXTERN sctx_T current_sctx INIT(= {0 COMMA 0 COMMA 0 COMMA 0});
324
#endif
325
326
EXTERN int did_source_packages INIT(= FALSE);
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1133,
776
/**/
777
1132,
778
0 commit comments