commit | 690c524ce6629f9ff67728541ba211f831caf0ee | [log] [tgz] |
---|---|---|
author | Steven Penny <srpen6@gmail.com> | Tue Sep 21 19:37:01 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 21 19:37:01 2021 +0200 |
tree | b28aa6007ac2881a0a1da9e209bd66ac019f4cfa | |
parent | 770ddbe1595f6dab836304203d5ca2e0b069266f [diff] [blame] |
patch 8.2.3452: MPD files are not recognized Problem: MPD files are not recognized. Solution: Recognize MPD files as XML. (Steven Penny, closes #8893)
diff --git a/src/version.c b/src/version.c index 8d15366..8417acd 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3452, +/**/ 3451, /**/ 3450,