commit | a69b39511d769bc88f0854bd026556fdb9bd2817 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 21 23:00:27 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 21 23:00:27 2018 +0200 |
tree | a1ef5f17d72738d542456d44059885905f5ddf26 | |
parent | 2060892028e05b1325dc0759259254180669eb5e [diff] [blame] |
patch 8.0.1746: MS-Windows: channel tests fail Problem: MS-Windows: channel tests fail. Solution: Make a copy of the command before splitting it.
diff --git a/src/version.c b/src/version.c index 1535322..af43697 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1746, +/**/ 1745, /**/ 1744,