commit | ef6d86c173becdf82b7a9a1329342c9368340def | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 23 21:01:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 23 21:01:38 2020 +0200 |
tree | 6b68e09bced0d57e68b55b9bbf478a453dcea1af | |
parent | 4014e2ceb03b8aeb947a0c671a099b677c8f2d5d [diff] [blame] |
patch 8.2.1044: not all systemd file types are recognized Problem: Not all systemd file types are recognized. Solution: Match several more files. (Guido Cella, closes #6319)
diff --git a/src/version.c b/src/version.c index cf2d868..8b6ddca 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1044, +/**/ 1043, /**/ 1042,