diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-03-19 20:19:12 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-03-19 20:19:12 +0100 |
commit | 74b99f6ab6e0265ebee4ed496845f28e0904318d (patch) | |
tree | 032093a929626ff0385456305c3be25566e9acd7 /src/version.c | |
parent | 17709e280ac5ba234b04641cde88d38e3522cedf (diff) | |
download | vim-git-8.2.2624.tar.gz |
patch 8.2.2624: atom files not recognizedv8.2.2624
Problem: Atom files not recognized.
Solution: Recognize .atom as XML. (Kivin Locke, closes #7986)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 117dacc6a..b219b582e 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2624, +/**/ 2623, /**/ 2622, |