commit | 18062fcad648540369db5989aac297431119e037 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 05 21:35:47 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 05 21:35:47 2021 +0100 |
tree | 5a409574570f4b9f0a29657693678fbe24a0efc6 | |
parent | 8c801b374b7d32419cd877353495b801c5e1382a [diff] [blame] |
patch 8.2.2572: Vim9: crash when getting the types for a legacy function Problem: Vim9: crash when getting the types for a legacy function. Solution: Initialize the type list growarray. (closes #7929)
diff --git a/src/version.c b/src/version.c index 58908cd..4036e2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2572, +/**/ 2571, /**/ 2570,