Problem: Can't build without +autocmd feature.
Solution: Adjust #ifdefs.
#ifdef FEAT_SYN_HL
long old_tw = curbuf->b_p_tw;
#endif
-#ifdef FEAT_AUTOCMD
bufref_T bufref;
-#endif
setpcmark();
if (!cmdmod.keepalt)
/* close_windows() or apply_autocmds() may change curbuf */
prevbuf = curbuf;
+ set_bufref(&bufref, prevbuf);
#ifdef FEAT_AUTOCMD
- set_bufref(&bufref, prevbuf);
if (!apply_autocmds(EVENT_BUFLEAVE, NULL, NULL, FALSE, curbuf)
# ifdef FEAT_EVAL
|| (bufref_valid(&bufref) && !aborting()))
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2020,
/**/
2019,
/**/