Problem: build failure without the +eval feature.
Solution: Add #ifdef.
switch (spec_idx)
{
case SPEC_PERC:
+#ifdef FEAT_EVAL
if (!in_vim9script() || src[1] != '%')
+#endif
{
// '%': current file
if (curbuf->b_fname == NULL)
}
break;
}
+#ifdef FEAT_EVAL
// "%%" alternate file
off = 1;
// FALLTHROUGH
+#endif
case SPEC_HASH: // '#' or "#99": alternate file
if (off == 0 ? src[1] == '#' : src[2] == '%')
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2229,
/**/
2228,
/**/