summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-04-14 20:22:19 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-14 20:22:19 +0200
commit799dedec0e959d7a18df8a06d497770706d1627c (patch)
treea8f80555443dfc81f75143d868ed5a3805afd2ee /src
parente92ed1b45c5432235b0541521124d965b9d6a9a2 (diff)
patch 9.1.0323: filetype: cabal config files may not be recognizedv9.1.0323
Problem: filetype: cabal config files may not be recognized Solution: Change filetype pattern to '*/{,.}cabal/config' (Wu Zhenyu) closes: #14498 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 2d1a6b674d..7411921dfe 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 */
/**/
+ 323,
+/**/
322,
/**/
321,