commit | 104b2ff4d0ec9248ba0b979aa3bbccb65fcad422 | [log] [tgz] |
---|---|---|
author | kylo252 <59826753+kylo252@users.noreply.github.com> | Mon Dec 19 20:42:49 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 19 20:42:49 2022 +0000 |
tree | 18be50a5c9276638668857594ff9635197541a68 | |
parent | 34820944ed101e1fbad16d552308f1486e715d27 [diff] [blame] |
patch 9.0.1082: some jsonc files are not recognized Problem: Some jsonc files are not recognized. Solution: Add patterns for jsonc and move some from json to jsonc. (closes #11711)
diff --git a/src/version.c b/src/version.c index 90522fd..4baa1b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1082, +/**/ 1081, /**/ 1080,