From 2284f6cca384e0ccc352bfec7277dc26386cac3d Mon Sep 17 00:00:00 2001 From: Elwardi Date: Tue, 11 Jan 2022 18:14:23 +0000 Subject: patch 8.2.4064: foam files are not detected Problem: Foam files are not detected. Solution: Detect the foam filetype by the path and file contents. (Mohammed Elwardi Fadeli, closes #9501) --- 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 731a6543f..5f28da33d 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 */ +/**/ + 4064, /**/ 4063, /**/ -- cgit v1.2.1