commit | e68b02a1c40388bbb85e7b825bc538298963e1e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 13:09:51 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 13:09:51 2021 +0100 |
tree | 48159cea5923224348fb9631538864623b83a317 | |
parent | 339c1bdbdfb823c4ea36242f0a4f083cbc010b84 [diff] [blame] |
patch 8.2.2283: Vim9: crash when lambda has fewer arguments than expected Problem: Vim9: crash when lambda has fewer arguments than expected. Solution: Don't check arguments when already failed. (closes #7606)
diff --git a/src/version.c b/src/version.c index ed0b102..30eac83 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2283, +/**/ 2282, /**/ 2281,