Problem: Small build still fails.
Solution: Adjust more #ifdefs.
#ifdef FEAT_JOB_CHANNEL
channel_buffer_free(buf);
#endif
-#ifdef FEAT_AUTOCMD
- aubuflocal_remove(buf);
buf_hashtab_remove(buf);
+#ifdef FEAT_AUTOCMD
+ aubuflocal_remove(buf);
+
if (autocmd_busy)
{
/* Do not free the buffer structure while autocommands are executing,
EXTERN scid_T current_SID INIT(= 0);
#endif
-#if defined(FEAT_EVAL) || defined(FEAT_SYN_HL)
/* Magic number used for hashitem "hi_key" value indicating a deleted item.
* Only the address is used. */
EXTERN char_u hash_removed;
-#endif
EXTERN int scroll_region INIT(= FALSE); /* term supports scroll region */
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2038,
/**/
2037,
/**/