Problem: Build failure with tiny version.
Solution: Add #ifdef.
|| kitty_protocol_state == KKPS_AFTER_T_KE)
&& term_props[TPR_KITTY].tpr_status != TPR_YES)
{
+#ifdef FEAT_EVAL
ch_log(NULL, "setting seenModifyOtherKeys to TRUE");
+#endif
seenModifyOtherKeys = TRUE;
}
// Reset seenModifyOtherKeys just in case some key combination has
// been seen that set it before we get the status response.
+#ifdef FEAT_EVAL
ch_log(NULL, "setting seenModifyOtherKeys to FALSE");
+#endif
seenModifyOtherKeys = FALSE;
}
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 986,
/**/
985,
/**/