commit | c903695be54189fd7199121e9cd669e722fbc9c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 03 11:44:03 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 03 11:44:03 2021 +0000 |
tree | 0d7749eb24455b74274448e063070b90c5ac0ef5 | |
parent | 8658c759f05b317707d56e3b65a5ef63930c7498 [diff] [blame] |
patch 8.2.3726: README file in a config directory gets wrong filetype Problem: README file in a config directory gets wrong filetype. Solution: Match README before patterns that match everything in a directory.
diff --git a/src/version.c b/src/version.c index c64e2c2..9423939 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3726, +/**/ 3725, /**/ 3724,