summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorMaxime Brunet <max@brnt.mx>2022-10-20 20:52:44 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-20 20:52:44 +0100
commit6c8bc37a1083d17447156592f6f52da2d40b4855 (patch)
treec1ee69a4e0975c9c0002e160db5b63c48c8b3b50 /src/version.c
parentd5337efece7c68e9b4ce864532ea49b02453b674 (diff)
patch 9.0.0808: jsonnet filetype detection has a typov9.0.0808
Problem: jsonnet filetype detection has a typo. Solution: Change "libjsonnet" to "libsonnet". (Maxime Brunet, closes #11412)
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 6456028f17..21ff6c2fd9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 808,
+/**/
807,
/**/
806,