diff --git a/src/eval.c b/src/eval.c index 1464691bd7..76c93f41ef 100644 --- a/src/eval.c +++ b/src/eval.c @@ -17185,7 +17185,7 @@ f_setmatches(argvars, rettv) while (li != NULL) { int i = 0; - char_u buf[4]; + char_u buf[5]; dictitem_T *di; d = li->li_tv.vval.v_dict; diff --git a/src/version.c b/src/version.c index 4368036588..a51d106662 100644 --- a/src/version.c +++ b/src/version.c @@ -756,6 +756,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 748, /**/ 747, /**/