summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorİlyas Akın <ilyas.akin@kuika.com>2024-06-02 16:57:00 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-02 16:57:00 +0200
commit7577afd5efd0f7ebf0dbbca09713185024263ed7 (patch)
tree3344ed12baf22acf153b6b4f27a070403c6d42b2 /src/version.c
parent36b66767195f1e39e6cc997f825bedc6c823183b (diff)
patch 9.1.0460: filetype: lintstagedrc files are not recognizedv9.1.0460
Problem: filetype: lintstagedrc files are not recognized Solution: recognize '.lintstagedrc' files as json filetype (İlyas Akın) see: https://github.com/lint-staged/lint-staged closes: #14897 Signed-off-by: İlyas Akın <ilyas.akin@kuika.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 8b1282bd40..f8951af065 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 */
/**/
+ 460,
+/**/
459,
/**/
458,