commit | 624b6eaf20f3e8c669425b6a32f17fb9ec2ebbd2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 17 21:17:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 17 21:17:25 2020 +0200 |
tree | 2966d3f125296c7bc4aba597227fee4d171110ea | |
parent | 021bda56710d98c09a6b35610a476ab2dd8c58ad [diff] [blame] |
patch 8.2.1474: /usr/lib/udef/rules.d not recognized as udevrules Problem: /usr/lib/udef/rules.d not recognized as udevrules. Solution: Adjust match pattern. (Haochen Tong, closes 36722)
diff --git a/src/version.c b/src/version.c index d57661b..afd3aaa 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1474, +/**/ 1473, /**/ 1472,