diff src/version.c @ 23925:e979bf909fd8 v8.2.2505

patch 8.2.2505: Vim9: crash after defining function with invalid return type Commit: https://github.com/vim/vim/commit/31842cd0772b557eb9584a13740430db29de8a51 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 12 22:10:21 2021 +0100 patch 8.2.2505: Vim9: crash after defining function with invalid return type Problem: Vim9: crash after defining function with invalid return type. Solution: Clear function growarrays. Fix memory leak.
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Feb 2021 22:15:03 +0100
parents be36288235af
children 5e5780e3f75d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2505,
+/**/
     2504,
 /**/
     2503,