diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-09-18 21:25:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-09-18 21:25:32 +0200 |
commit | 7cbfaa51de7b225effdc79a008c71a5551883c38 (patch) | |
tree | f42d0121c3170d694383a5fac15186a46edfe40b /src/version.c | |
parent | e8df0104985af58ee501a6fbac8ac9f886e84e5a (diff) | |
download | vim-git-8.2.1706.tar.gz |
patch 8.2.1706: Vim9: crash after running into the "Multiple closures" errorv8.2.1706
Problem: Vim9: crash after running into the "Multiple closures" error.
Solution: When a function fails still update any closures. (closes #6973)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e47f0d19a..93f770144 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1706, +/**/ 1705, /**/ 1704, |