commit | 800b01b0c8a5983e23d8caa2be6c73d195448193 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 03 19:24:41 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 03 19:24:41 2021 +0000 |
tree | 0615208527a13a8df9f8e20e2ad9446c02b9b81a | |
parent | 6f42cb6e5159b323814a53bbc82def4f2cfb17ad [diff] [blame] |
patch 8.2.3730: "/etc/Muttrc.d/README" gets filetype muttrc Problem: "/etc/Muttrc.d/README" gets filetype muttrc. Solution: Move the Muttrc.d pattern down, add exception for *.rc files.
diff --git a/src/version.c b/src/version.c index 2923f2d..d0057b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3730, +/**/ 3729, /**/ 3728,