From 74b99f6ab6e0265ebee4ed496845f28e0904318d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 19 Mar 2021 20:19:12 +0100 Subject: patch 8.2.2624: atom files not recognized Problem: Atom files not recognized. Solution: Recognize .atom as XML. (Kivin Locke, closes #7986) --- 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 117dacc6a..b219b582e 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 */ +/**/ + 2624, /**/ 2623, /**/ -- cgit v1.2.1