summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-04-13 18:28:28 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-13 18:28:28 +0200
commit4b5cd7257ee99384940d5210cf50298ff925924e (patch)
tree221f94ccb0df4005e168484e084efe3e7650a810 /src/version.c
parent55d4f3c006689945599589a90036923b1752754f (diff)
patch 9.1.0318: filetype: translate shell config files are not recognizedv9.1.0318
Problem: filetype: translate shell config files are not recognized Solution: Detect 'init.trans', 'translate-shell' and '.trans' files as clojure (Wu, Zhenyu) See: https://github.com/soimort/translate-shell/wiki/Configuration closes: #14499 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 8b23724020..b6c4e96c19 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 */
/**/
+ 318,
+/**/
317,
/**/
316,