commit | 44d1f89c241c611a0904dbbca784facfa13b7916 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Mon Jan 31 11:38:53 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 11:38:53 2022 +0000 |
tree | 91834e56ca0988ed0bf5c49d71687f1945ed23a2 | |
parent | 4c93aff20f228d0dfca11f4793eb2c8895d4984c [diff] [blame] |
patch 8.2.4268: CI log output is long Problem: CI log output is long. Solution: Group output in sections. (Ozaki Kiichi, closes #9670)
diff --git a/src/version.c b/src/version.c index 382c84a..abc6742 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4268, +/**/ 4267, /**/ 4266,