commit | af125866db46405fdaf99ac4e43b630d196a4aa4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 19 20:27:40 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 19 20:27:40 2021 +0100 |
tree | 524e507c237991dd80d0ec8fc6167a7230411f0d | |
parent | 74b99f6ab6e0265ebee4ed496845f28e0904318d [diff] [blame] |
patch 8.2.2625: rss files not recognized Problem: Rss files not recognized. Solution: Recognize .rss as XML. (Kivin Locke, closes #7987)
diff --git a/src/version.c b/src/version.c index b219b58..36547d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2625, +/**/ 2624, /**/ 2623,