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 d3922af commit aeef1f7Copy full SHA for aeef1f7
src/scriptfile.c
@@ -1639,6 +1639,9 @@ do_source_ext(
1639
}
1640
1641
# endif
1642
+#else
1643
+ // Keep the sourcing name/lnum, for recursive calls.
1644
+ estack_push(ETYPE_SCRIPT, fname_exp, 0);
1645
#endif
1646
1647
cookie.conv.vc_type = CONV_NONE; // no conversion
src/version.c
@@ -703,6 +703,8 @@ static char *(features[]) =
703
704
static int included_patches[] =
705
{ /* Add new patch number below this line */
706
+/**/
707
+ 468,
708
/**/
709
467,
710
0 commit comments