diff --git a/src/version.c b/src/version.c index 5c21f7a9f2..95d2a6b6ab 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 */ +/**/ + 1094, /**/ 1093, /**/ diff --git a/src/vim9cmds.c b/src/vim9cmds.c index 4fbae4fbd6..5aa783e824 100644 --- a/src/vim9cmds.c +++ b/src/vim9cmds.c @@ -1973,7 +1973,11 @@ compile_defer(char_u *arg_start, cctx_T *cctx) * compile "execute expr" */ char_u * -compile_mult_expr(char_u *arg, int cmdidx, long cmd_count, cctx_T *cctx) +compile_mult_expr( + char_u *arg, + int cmdidx, + long cmd_count UNUSED, + cctx_T *cctx) { char_u *p = arg; char_u *prev = arg;