diff src/version.c @ 25832:be15ebb4098c v8.2.3451

patch 8.2.3451: not all apache files are recognized Commit: https://github.com/vim/vim/commit/770ddbe1595f6dab836304203d5ca2e0b069266f Author: Zdenek Dohnal <zdohnal@redhat.com> Date: Mon Sep 20 20:57:31 2021 +0200 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 https://github.com/vim/vim/issues/8882)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Sep 2021 21:00:07 +0200
parents e2d74d655b75
children a89664a64d62
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3451,
+/**/
     3450,
 /**/
     3449,