commit | 7cbfaa51de7b225effdc79a008c71a5551883c38 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 18 21:25:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 18 21:25:32 2020 +0200 |
tree | f42d0121c3170d694383a5fac15186a46edfe40b | |
parent | e8df0104985af58ee501a6fbac8ac9f886e84e5a [diff] [blame] |
patch 8.2.1706: Vim9: crash after running into the "Multiple closures" error Problem: Vim9: crash after running into the "Multiple closures" error. Solution: When a function fails still update any closures. (closes #6973)
diff --git a/src/version.c b/src/version.c index e47f0d1..93f7701 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1706, +/**/ 1705, /**/ 1704,