From 4902ab16cbb6e00f4fee8bbdf16f1383fd8ba42f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 15 May 2020 19:21:31 +0200 Subject: patch 8.2.0757: Vim9: no test for MEMBER instruction Problem: Vim9: no test for MEMBER instruction. Solution: Add a test. Make matches stricter. --- 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 44f816aef..061844786 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 */ +/**/ + 757, /**/ 756, /**/ -- cgit v1.2.1