summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-02 17:08:59 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-02 17:08:59 +0200
commit4488f5a545691ca4c8802bad0d70a5e750fc8844 (patch)
tree3aaa87fc950215539e63a935edc666cb882e4301 /src/version.c
parente90d63ea904187ecbb09d0f7f21b71b302b30644 (diff)
patch 8.2.1566: not all Bazel files are recognizedv8.2.1566
Problem: Not all Bazel files are recognized. Solution: Add *.bazel and *.BUILD. (closes #6836)
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 bbbb26e311..b75c9fbc65 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1566,
+/**/
1565,
/**/
1564,