commit | 1580f755c91d12a3e63d60eec8733f8b79debc31 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 03 15:26:36 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 03 15:26:36 2018 +0200 |
tree | 820074636da7d0fd1808a5d993c9dd0a62b3bfbe | |
parent | 1149382d21402474c771862d082a541e23beb108 [diff] [blame] |
patch 8.1.0029: terminal test fails on MS-Windows when "wc" exists Problem: Terminal test fails on MS-Windows when "wc" exists. Solution: Skip test with redirection on MS-Windows.
diff --git a/src/version.c b/src/version.c index 4d9696b..70fd603 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 29, +/**/ 28, /**/ 27,