commit | 3213952966896ffb1d8fa186bcf8c43359fca0f0 | [log] [tgz] |
---|---|---|
author | Keith Smiley <keithbsmiley@gmail.com> | Fri Jan 13 15:35:17 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 15:35:17 2023 +0000 |
tree | b3c78e7ad5d37a9576e281b23f2908563ed7a4f3 | |
parent | 60908c492237edcfe6cde995171240c9bace05b6 [diff] [blame] |
patch 9.0.1191: some Bazel files are not recognized Problem: Some Bazel files are not recognized. Solution: Add an extra Bazel pattern. (Keith Smily, closes #11807)
diff --git a/src/version.c b/src/version.c index 202cfca..248b420 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1191, +/**/ 1190, /**/ 1189,