diff --git a/src/version.c b/src/version.c index e3f2095235..f6fbc8a455 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2460, /**/ 2459, /**/ diff --git a/src/vim9compile.c b/src/vim9compile.c index 55e33eb12d..6a1d8d9e78 100644 --- a/src/vim9compile.c +++ b/src/vim9compile.c @@ -5147,7 +5147,6 @@ compile_nested_function(exarg_T *eap, cctx_T *cctx) } } // TODO: warning for trailing text? - r = OK; theend: vim_free(lambda_name);