commit | 50c56893423eb6ad2154a4151e67f7097f52efb6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 03 20:11:20 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 03 20:11:20 2021 +0100 |
tree | 8f7fb9544839d9d0788b67f76d57f63a3b8866c2 | |
parent | c6376c798433bcb9ee38a8664299d11454546950 [diff] [blame] |
patch 8.2.3469: some files with json syntax are not recognized Problem: Some files with json syntax are not recognized. Solution: Add a few file patterns. (Emiliano Ruiz Carletti, closes #8947)
diff --git a/src/version.c b/src/version.c index 00ede81..d15495e 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3469, +/**/ 3468, /**/ 3467,