From 4507f6ada590fb6274b21c416190dfecb23dcf1b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 9 Sep 2020 15:10:52 +0200 Subject: patch 8.2.1642: otions test fails Problem: Otions test fails. Solution: Correct call to OptionG(). --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index 7390d399c..54bb12884 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1642, /**/ 1641, /**/ -- cgit v1.2.1