diff src/version.c @ 27326:234516a43f33 v8.2.4191

patch 8.2.4191: json5 files are not recognized Commit: https://github.com/vim/vim/commit/e15ebeffb35da4bb7d9054358671735ce6988c28 Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Sun Jan 23 13:05:39 2022 +0000 patch 8.2.4191: json5 files are not recognized Problem: json5 files are not recognized. Solution: Add a pattern for json5 files. (closes https://github.com/vim/vim/issues/9601)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Jan 2022 14:15:03 +0100
parents d02a319c47ec
children 7382135dac01
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 */
 /**/
+    4191,
+/**/
     4190,
 /**/
     4189,