From 6b0e528368415476bfc3a8414c9c70f9852b1517 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 4 Jun 2020 15:52:25 +0200 Subject: patch 8.2.0898: missing help for a function goes unnoticed Problem: Missing help for a function goes unnoticed. Solution: Add a test. (Gary Johnson) --- 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 4262aab28..ce8bbf14f 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 */ +/**/ + 898, /**/ 897, /**/ -- cgit v1.2.1