diff --git a/src/term.c b/src/term.c index 19d4fa1892..3c9a243094 100644 --- a/src/term.c +++ b/src/term.c @@ -5156,7 +5156,9 @@ handle_key_with_modifier( || 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; } @@ -5435,7 +5437,9 @@ handle_csi( // 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; } diff --git a/src/version.c b/src/version.c index c3fc096483..23f1ac5f3c 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 986, /**/ 985, /**/