mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.4191: json5 files are not recognized
Problem: json5 files are not recognized. Solution: Add a pattern for json5 files. (closes #9601)
This commit is contained in:
committed by
Bram Moolenaar
parent
206919191f
commit
e15ebeffb3
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4191,
|
||||
/**/
|
||||
4190,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user