commit | 6fadbc1e8c1f4c5b03eb6a78aeb023ca2c2a9a7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 18 16:42:17 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 18 16:42:17 2023 +0100 |
tree | 9666ca26510e64e9feff5372635295ceadf215b2 | |
parent | 0222c2d103ad9298bec4dc8864cd80b4e7559db1 [diff] [blame] |
patch 9.0.1565: json lines files are not recognized Problem: Json lines files are not recognized. Solution: Add a pattern to detect "jsonl" files. (issue #7520)
diff --git a/src/version.c b/src/version.c index 6cf7de9..ca6d792 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1565, +/**/ 1564, /**/ 1563,