diff --git a/src/term.c b/src/term.c index caffc355e..f00aac967 100644 --- a/src/term.c +++ b/src/term.c @@ -3726,7 +3726,9 @@ may_send_t_RK(void) if (send_t_RK && !work_pending() && !ex_normal_busy +#ifdef FEAT_EVAL && !in_feedkeys +#endif && !exiting) { send_t_RK = FALSE; diff --git a/src/version.c b/src/version.c index 07086662e..22c3c5c55 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 */ +/**/ + 981, /**/ 980, /**/