commit | efaaaa683b7b0cebc128be5c0c257b9d6578ac96 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 22:24:09 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 22:24:09 2020 +0200 |
tree | e46f5b393c68c63a89294264ca28cf579a597829 | |
parent | 8e2730a315b8b06192f5fc822dc218dbb3cff7ae [diff] [blame] |
patch 8.2.1162: crash when using a lambda Problem: Crash when using a lambda. Solution: Check for evalarg to be NULL.
diff --git a/src/version.c b/src/version.c index 8886382..6cd091b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1162, +/**/ 1161, /**/ 1160,