commit | c8cd2b34d1027c93fbca90f3cdc8123fe22dfa25 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 01 19:29:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 01 19:29:08 2020 +0200 |
tree | f0b598e62075135cb334c356d6404908d37ae8f9 | |
parent | 37addecc422c3b62a622b371246dc4ef0a2fa157 [diff] [blame] |
patch 8.2.0677: Vim9: no support for closures Problem: Vim9: no support for closures. Solution: Find variables in the outer function scope, so long as the scope exists.
diff --git a/src/version.c b/src/version.c index e23e503..8f1539a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 677, +/**/ 676, /**/ 675,