summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2024-05-01 18:42:11 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-01 18:42:11 +0200
commit2d919d2744a99c9bb9e79984e85b8e8f5ec14c07 (patch)
treef65c556a0f0ffd757a4233d79431170aad73e98e /src/version.c
parent94a05d55459ad19737c1261b1bc9385b330069b5 (diff)
patch 9.1.0386: filetype: stylus files not recognizedv9.1.0386
Problem: filetype: stylus files not recognized Solution: Detect '*.styl' and '*.stylus' as stylus filetype, include indent, filetype and syntax plugin (Philip H) closes: #14656 Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.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 183c388ef7..ee336f82ca 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 */
/**/
+ 386,
+/**/
385,
/**/
384,