commit | 148ce7ae62e92ecf6487a4ba5902ddb7e699074b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 23 21:57:23 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 23 21:57:23 2020 +0200 |
tree | e1f2f8dff4615709b106e123a1ce75d16d0558f7 | |
parent | 4ee711f21389066fa157961feed17692fc16bf8e [diff] [blame] |
patch 8.2.1734: Vim9: cannot use a funcref for a closure twice Problem: Vim9: cannot use a funcref for a closure twice. Solution: Instead of putting the funcref on the stack use a growarray on the execution context.
diff --git a/src/version.c b/src/version.c index 033a34b..e5b5459 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1734, +/**/ 1733, /**/ 1732,