commit | 7d56cfc861e57145f003315efd835cf5dfd5b145 | [log] [tgz] |
---|---|---|
author | ObserverOfTime <chronobserver@disroot.org> | Fri Sep 09 14:11:41 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 14:11:41 2022 +0100 |
tree | 0d9921412d75655fadee112f28016b2a2d8462d7 | |
parent | 9132426334a8c7e159db93ec1b08ed61ac600aae [diff] [blame] |
patch 9.0.0424: gitattributes files are not recognized Problem: gitattributes files are not recognized. Solution: Add patterns to match gitattributes files. (closes #11085)
diff --git a/src/version.c b/src/version.c index 445ac6d..24c99fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 424, +/**/ 423, /**/ 422,