commit | bc7ce675b2d1c9fb58c067eff3edd59abc30aba4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 22:49:22 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 22:49:22 2016 +0200 |
tree | df3fc4f3d1467680240f95d5cf51d65eae88cb86 | |
parent | 8dd3a43d75550e9b5736066124c97697564f769e [diff] [blame] |
patch 7.4.2143 Problem: A funccal is garbage collected while it can still be used. Solution: Set copyID in all referenced functions. Do not list lambda functions with ":function".
diff --git a/src/version.c b/src/version.c index 2361666..1c7d2c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2143, +/**/ 2142, /**/ 2141,