From 8ff16e0183e0b07f34c0db8160cf6a472c427eb8 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 7 Dec 2020 21:49:52 +0100 Subject: patch 8.2.2107: Vim9: some errors not tested Problem: Vim9: some errors not tested. Solution: Add tests. Fix getting the right error. --- 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 b0df92435..8dba7a605 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 */ +/**/ + 2107, /**/ 2106, /**/ -- cgit v1.2.1