From 7cbfaa51de7b225effdc79a008c71a5551883c38 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 18 Sep 2020 21:25:32 +0200 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index e47f0d19a..93f770144 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1706, /**/ 1705, /**/ -- cgit v1.2.1