commit | 770ddbe1595f6dab836304203d5ca2e0b069266f | [log] [tgz] |
---|---|---|
author | Zdenek Dohnal <zdohnal@redhat.com> | Mon Sep 20 20:57:31 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 20 20:57:31 2021 +0200 |
tree | 2663c6e0c0bc19727555c7eebc7aeaff28a70b5f | |
parent | 18fefddcb023db3c8461953892650b0c5f0cc9fe [diff] [blame] |
patch 8.2.3451: not all apache files are recognized Problem: Not all apache files are recognized. Solution: Adjust the filetype pattern. (Zdenek Dohnal, closes #8882)
diff --git a/src/version.c b/src/version.c index 90e0358..8d15366 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3451, +/**/ 3450, /**/ 3449,