commit | 5a5c111e79d1ea4b24133eaf44deab42a8e78eed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 22 15:11:37 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 22 15:11:37 2021 +0100 |
tree | 0fb60ca3a4cebc6a2f5a772cfbcdef853335ea6c | |
parent | 47810464aa4f9edbf222c02a860a3ec560b0b7a1 [diff] [blame] |
patch 8.2.3553: xxd test fails on MS-Windows Problem: Xxd test fails on MS-Windows. Solution: Split shell command in two.
diff --git a/src/version.c b/src/version.c index 0143761..8babe70 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3553, +/**/ 3552, /**/ 3551,