summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-01-15 13:35:30 +0100
committerBram Moolenaar <Bram@vim.org>2021-01-15 13:35:30 +0100
commit17d015b2438e51d4d42d72720611d16c772cc4bb (patch)
tree19c862d3f577b17dd2f7287832bc24e2b58cc03d /src/version.c
parentd44cc593cee84fc3c712ca1828d1574f80700383 (diff)
downloadvim-git-8.2.2353.tar.gz
patch 8.2.2353: spartql files are not detectedv8.2.2353
Problem: Spartql files are not detected. Solution: Add the sparql filetype. (closes #7679)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index acca7aab5..8372920df 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2353,
+/**/
2352,
/**/
2351,