diff src/version.c @ 26970:733295e9d755 v8.2.4014

patch 8.2.4014: git and gitcommit file types not properly recognized Commit: https://github.com/vim/vim/commit/c689f8c3d98fffe7e13730e198ce120934528f9c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 5 20:56:38 2022 +0000 patch 8.2.4014: git and gitcommit file types not properly recognized Problem: Git and gitcommit file types not properly recognized. Solution: Adjust filetype detection. (Tim Pope, closes https://github.com/vim/vim/issues/9477)
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Jan 2022 22:00:04 +0100
parents 014c9414ce02
children cd1da076adb4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4014,
+/**/
     4013,
 /**/
     4012,