commit | ab360526ef653b139f4b007a0efbdb3410c8fb4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 14:02:28 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 14:02:28 2021 +0100 |
tree | a843bf0a6bc3f312a36c6df8477e7c728acf307d | |
parent | cff40ff98664f4f5a9631aff1a155caf762ea74b [diff] [blame] |
patch 8.2.2321: Vim9: cannot nest closures Problem: Vim9: cannot nest closures. Solution: Add the nesting level to ISN_LOADOUTER and ISN_STOREOUTER. (closes #7150, closes #7635)
diff --git a/src/version.c b/src/version.c index 2ef443b..891126f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2321, +/**/ 2320, /**/ 2319,