commit | 6b55377303968e1624339cd95053201d5acdcaa2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 13:31:23 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 13:31:23 2020 +0100 |
tree | 6c0410ba3927ae81ac9a53bc2d1002c3aa7015d0 | |
parent | a04d447d3aaddb5b978dd9a0e0186007fde8e09e [diff] [blame] |
patch 8.2.2252: Vim9: crash when using lambda without return type in dict Problem: Vim9: crash when using lambda without return type in dict. Solution: Without a return type use t_unknown. (closes #7587)
diff --git a/src/version.c b/src/version.c index f080e68..d1bb9cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2252, +/**/ 2251, /**/ 2250,