commit | dcaa61384ca76e42f7feda5640fb85b58cee03e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 17:13:09 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 17:13:09 2017 +0200 |
tree | 21eb8c92bc31eae5fe4d51c6f19bed1c05f01eb9 | |
parent | 274a52fd58bbd88f5fe8b96d87abe3574c8169af [diff] [blame] |
patch 8.0.0928: MS-Windows: passing arglist to job has escaping problems Problem: MS-Windows: passing arglist to job has escaping problems. Solution: Improve escaping. (Yasuhiro Matsumoto, closes #1954)
diff --git a/src/version.c b/src/version.c index d8a93da..fc4b858 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 928, +/**/ 927, /**/ 926,