commit | 17d015b2438e51d4d42d72720611d16c772cc4bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 13:35:30 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 13:35:30 2021 +0100 |
tree | 19c862d3f577b17dd2f7287832bc24e2b58cc03d | |
parent | d44cc593cee84fc3c712ca1828d1574f80700383 [diff] [blame] |
patch 8.2.2353: spartql files are not detected Problem: Spartql files are not detected. Solution: Add the sparql filetype. (closes #7679)
diff --git a/src/version.c b/src/version.c index acca7aa..8372920 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2353, +/**/ 2352, /**/ 2351,