summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-05-09 20:35:13 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-09 20:35:13 +0200
commit887a38cee78c472fe406da60751fbba4a6ec19dd (patch)
tree56d6b532a29e9147f4bdd1aea58364569cd049b4 /src/version.c
parentce2ad9ffd79fe6b2307cd46b96af7d99c0dd646e (diff)
patch 9.1.0401: filetype: zsh module files are not recognizedv9.1.0401
Problem: filetype: zsh module files are not recognized Solution: Detect '*.mdh' and '*.epro' as C filetype, '*.mdd' as zsh filetype, determine zsh-modules '*.pro' from from it's content (Wu, Zhenyu) closes: #14737 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 db95d7b568..d166268ccb 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 */
/**/
+ 401,
+/**/
400,
/**/
399,