commit | c653e4a2bd4099e2fac8e1c448a0f34581d5a658 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 05 10:16:30 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 05 10:16:30 2022 +0000 |
tree | d4d5f0f8578e7377b4f895eb06301d6162826312 | |
parent | a6f7929e62c19a6a2418a016b4c59b83eb1887ac [diff] [blame] |
patch 8.2.4006: Vim9: crash when declaring variable on the command line Problem: Vim9: crash when declaring variable on the command line. Solution: Use a temporary type list. (closes #9474)
diff --git a/src/version.c b/src/version.c index 9f17657..ad0d49e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4006, +/**/ 4005, /**/ 4004,