From 8b34aea1b0431082a062ecfb5de0f244f3f23418 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 13 Jun 2024 21:20:20 +0200 Subject: patch 9.1.0483: glob() not sufficiently tested Problem: glob() not sufficiently tested Solution: Add more tests for directory containing [] chars related: #14991 Signed-off-by: Christian Brabandt --- 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 43a09d308b..2df2071085 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 483, /**/ 482, /**/ -- cgit v1.2.3