commit | 44ec21c467ddf481b422c787324ea08f375f6942 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 12 21:50:57 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 12 21:50:57 2021 +0100 |
tree | d9b948edd0083d64655119453b811fac1f85cc3f | |
parent | d9d7789b6fe5f2b4074375ee9f1c0bad3e4d3cfe [diff] [blame] |
patch 8.2.2504: Vim9: crash when using an argument from a closure Problem: Vim9: crash when using an argument from a closure. Solution: Check if gen_load_outer is NULL. (closes #7821)
diff --git a/src/version.c b/src/version.c index 60f8a71..465b5b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2504, +/**/ 2503, /**/ 2502,