summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-03-31 19:48:35 +0200
committerChristian Brabandt <cb@256bit.org>2024-03-31 19:48:35 +0200
commit3f6fa93b3b7d8e0bd30eddbbf4ae273c14d4455b (patch)
tree90b2751a841e54dfe0562b61e36fa29d2409b7c1 /src/version.c
parenta2c27b01dc344b16849721bd934779c627665364 (diff)
patch 9.1.0247: filetype: bundle config files are not recognizedv9.1.0247
Problem: filetype: bundle config files are not recognized Solution: Detect '*/.bundle/config' as yaml (Wu, Zhenyu) closes: #14368 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> 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 3b338937c6..47d8e14970 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 */
/**/
+ 247,
+/**/
246,
/**/
245,