From f18332fb9e2e4208a97d800f096b02c6681780e7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 7 May 2021 17:55:55 +0200 Subject: patch 8.2.2842: Vim9: skip argument to searchpair() is not compiled Problem: Vim9: skip argument to searchpair() is not compiled. Solution: Add VAR_INSTR. --- 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 4770cb305..12aace894 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 */ +/**/ + 2842, /**/ 2841, /**/ -- cgit v1.2.1