summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2022-07-16 17:46:47 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-16 17:46:47 +0100
commitfa49eb482729a5fe7da9c9a5ed8d14f68afa55c7 (patch)
tree9b71f0399f2a1d4226e4577ad6b58387b0248e69 /src/version.c
parentc7bd2f08e531f08723cdc677212a3633d11c9a97 (diff)
patch 9.0.0055: bitbake files are not detectedv9.0.0056v9.0.0055
Problem: Bitbake files are not detected. Solution: Add bitbake filetype detection by file name and contents. (Gregory Anders, closes #10697)
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 8ea00e2839..f2304f326d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 55,
+/**/
54,
/**/
53,