diff src/version.c @ 29181:71759abd2145 v8.2.5110

patch 8.2.5110: icon filetype not recognized from the first line Commit: https://github.com/vim/vim/commit/bf6614643f656d38d220c04befdcb1d35774853a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 16 13:27:18 2022 +0100 patch 8.2.5110: icon filetype not recognized from the first line Problem: Icon filetype not recognized from the first line. Solution: Add a check for the first line. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Jun 2022 14:30:03 +0200
parents 432e1535ef2c
children 8f6b850bb8c3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5110,
+/**/
     5109,
 /**/
     5108,