diff --git a/src/optiondefs.h b/src/optiondefs.h index e7eb357d7e..449e7efdaf 100644 --- a/src/optiondefs.h +++ b/src/optiondefs.h @@ -2897,6 +2897,7 @@ static struct vimoption options[] = p_term("t_RC", T_CRC) p_term("t_RI", T_CRI) p_term("t_Ri", T_SRI) + p_term("t_RK", T_CRK) p_term("t_RS", T_CRS) p_term("t_RT", T_CRT) p_term("t_RV", T_CRV) diff --git a/src/version.c b/src/version.c index 5a13127266..e78e71fda9 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 */ +/**/ + 983, /**/ 982, /**/