From dce2441a603f2c9343a4a46091283a32420d80a2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 8 Feb 2022 20:35:30 +0000 Subject: patch 8.2.4332: Vim9: incomplete test for existing script variable in block Problem: Vim9: incomplete test for existing script variable in block. Solution: Add a couple more tests. Fix uncovered problem. --- 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 e0bb6e14b..9f3dfd2f6 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4332, /**/ 4331, /**/ -- cgit v1.2.1