commit | 4488f5a545691ca4c8802bad0d70a5e750fc8844 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 17:08:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 17:08:59 2020 +0200 |
tree | 3aaa87fc950215539e63a935edc666cb882e4301 | |
parent | e90d63ea904187ecbb09d0f7f21b71b302b30644 [diff] [blame] |
patch 8.2.1566: not all Bazel files are recognized Problem: Not all Bazel files are recognized. Solution: Add *.bazel and *.BUILD. (closes #6836)
diff --git a/src/version.c b/src/version.c index bbbb26e..b75c9fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1566, +/**/ 1565, /**/ 1564,