commit | 0876c78527469ddf50c23244566dd5bc35004307 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 07 19:08:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 07 19:08:04 2020 +0200 |
tree | eaf6d8d402369fd5326ffe6f36b249c3e18c8f4e | |
parent | 9a033d7b18651acbb7eda4b7f39a27c01748fb70 [diff] [blame] |
patch 8.2.1812: Vim9: nested closure throws an internal error Problem: Vim9: nested closure throws an internal error. Solution: Do not skip a local variable with a partial. (closes #7065)
diff --git a/src/version.c b/src/version.c index a2929bc..1c8629d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1812, +/**/ 1811, /**/ 1810,