summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-05 21:35:47 +0100
committerBram Moolenaar <Bram@vim.org>2021-03-05 21:35:47 +0100
commit18062fcad648540369db5989aac297431119e037 (patch)
tree5a409574570f4b9f0a29657693678fbe24a0efc6 /src/version.c
parent8c801b374b7d32419cd877353495b801c5e1382a (diff)
downloadvim-git-18062fcad648540369db5989aac297431119e037.tar.gz
patch 8.2.2572: Vim9: crash when getting the types for a legacy functionv8.2.2572
Problem: Vim9: crash when getting the types for a legacy function. Solution: Initialize the type list growarray. (closes #7929)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 58908cda1..4036e2ee1 100644
--- 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 */
/**/
+ 2572,
+/**/
2571,
/**/
2570,