commit | 47d1666d605998a97d3827eca4d467ad0930b284 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Wed Jan 26 16:20:21 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 26 16:20:21 2022 +0000 |
tree | b61a572d2361815c6a28b2de9783354a40948064 | |
parent | a827bf3ea8fe465aa456ef7a7a37d6afe6a47628 [diff] [blame] |
patch 8.2.4222: MS-Windows: clumsy way to suppress progress on CI Problem: MS-Windows: clumsy way to suppress progress on CI. Solution: Check for "$CI" in the Makefile itself. (Ken Takata, closes #9631)
diff --git a/src/version.c b/src/version.c index 3d4fac6..db051aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4222, +/**/ 4221, /**/ 4220,