From da7c20c9531739bdefa9d4418e6765fb181066e9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 30 Nov 2020 21:12:19 +0100 Subject: patch 8.2.2071: Vim9: list assign doesn't except empty remainder list Problem: Vim9: list assign doesn't except empty remainder list. Solution: Recognize list assignment with ";". --- 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 4eb7f4b59..845713367 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 */ +/**/ + 2071, /**/ 2070, /**/ -- cgit v1.2.1