commit | b84a381c75e50ca0e0a24cc3e152d0c70f8c2c7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 01 15:44:29 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 01 15:44:29 2020 +0200 |
tree | 3998652a44fc333dff2364c3a27f4aac57c322e9 | |
parent | 11abd095210fc84e5dcee87b9baed86061caefe4 [diff] [blame] |
patch 8.2.0675: Vim9: no support for closures Problem: Vim9: no support for closures. Solution: Do not re-use stack entries.
diff --git a/src/version.c b/src/version.c index 35037f8..9657185 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 675, +/**/ 674, /**/ 673,