summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorshane.xb.qian <shane.qian@foxmail.com>2024-04-30 20:35:53 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-30 20:35:53 +0200
commite35478bc9d48189322432248105d3b24e0efb3d0 (patch)
tree8b0092700995c9984ba15c1ed5ccfe60e49fcf6d /src/version.c
parent5cbc9a69e529361e1725f422b8cd6157fe0adc33 (diff)
patch 9.1.0383: filetype: .out files recognized as tex filesv9.1.0383
Problem: filetype: .out files recognized as tex files Solution: Do not set an explicit filetype until it is clear what this should be (shane.xb.qian) closes: #14670 Signed-off-by: shane.xb.qian <shane.qian@foxmail.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 720932678c..0f7ec89a55 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 */
/**/
+ 383,
+/**/
382,
/**/
381,