diff --git a/src/version.c b/src/version.c index c57ef87155..7382a3dbdf 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 668, /**/ 667, /**/ diff --git a/src/vim9execute.c b/src/vim9execute.c index 5251d48486..3cb8628c55 100644 --- a/src/vim9execute.c +++ b/src/vim9execute.c @@ -653,7 +653,7 @@ call_def_function( case ISN_EXECCONCAT: { int count = iptr->isn_arg.number; - int len = 0; + size_t len = 0; int pass; int i; char_u *cmd = NULL;