commit | e15ebeffb35da4bb7d9054358671735ce6988c28 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Sun Jan 23 13:05:39 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 13:05:39 2022 +0000 |
tree | eadf46f1b5e55c7742ccec3374d430654805c1ee | |
parent | 206919191fe1881dea00d60d392cc68a07c0106f [diff] [blame] |
patch 8.2.4191: json5 files are not recognized Problem: json5 files are not recognized. Solution: Add a pattern for json5 files. (closes #9601)
diff --git a/src/version.c b/src/version.c index 462ba9f..f385750 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4191, +/**/ 4190, /**/ 4189,