summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-03-31 19:02:26 +0200
committerChristian Brabandt <cb@256bit.org>2024-03-31 19:02:26 +0200
commita75f4791b147db60a1d2744bb5ab7326e0c0edc0 (patch)
tree58acbd96994941e86b8cc5ae85fcad7718254cd9 /src/version.c
parent4ff83b904ea579e51a0da5d2c6c3873ccef4ac0e (diff)
patch 9.1.0236: filetype: texlua files are not recognizedv9.1.0236
Problem: filetype: texlua files are not recognized Solution: Add '*.tlu' pattern for texlua files (Wu, Zhenyu) Reference: https://github.com/TeX-Live/texdoc/tree/master/script closes: #14357 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 439c4e716d..ccc4e83583 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 */
/**/
+ 236,
+/**/
235,
/**/
234,