summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-18 21:25:32 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-18 21:25:32 +0200
commit7cbfaa51de7b225effdc79a008c71a5551883c38 (patch)
treef42d0121c3170d694383a5fac15186a46edfe40b /src/version.c
parente8df0104985af58ee501a6fbac8ac9f886e84e5a (diff)
downloadvim-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.c2
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,