commit | d0d440f702d1c6fef36386f8b91d074d0f3e4718 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 07 17:24:59 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 07 17:24:59 2020 +0100 |
tree | 5cd910694e36b8f245a0b6bccdae289552cc5bac | |
parent | 14e57909e662a43a42438e2701654af48af49b03 [diff] [blame] |
patch 8.2.0362: MS-Windows: channel test fails if grep is not available Problem: MS-Windows: channel test fails if grep is not available. Solution: Use another command. (Ken Takata, closes #5739)
diff --git a/src/version.c b/src/version.c index 2c4cd0d..1d81c63 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 362, +/**/ 361, /**/ 360,