summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorwrapperup <wrapperup4@gmail.com>2024-03-19 18:06:22 +0100
committerChristian Brabandt <cb@256bit.org>2024-03-19 18:09:13 +0100
commit9f26e5a9bcedb3caef26e9d77849ea37a3626bbf (patch)
treec9542460b2cbf88fd64478bf209a4012fa41888a /src/version.c
parentec21bafc135a1e78d40e4fc9118e022bbab958e8 (diff)
patch 9.1.0188: filetype: no support for Vento filesv9.1.0188
Problem: Vento files are not recognized. Solution: Recognize *.vto files as filetype "vento" (wrapperup) Vento is a templating engine https://vento.js.org/ closes: #14229 Signed-off-by: wrapperup <wrapperup4@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
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 ca4ca563ee..db093a7e41 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 188,
+/**/
187,
/**/
186,