commit | a86f14a923d9a242107c16d0852f61f3daf985a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 21:05:48 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 21:05:48 2016 +0100 |
tree | 568efae89bd963460c4e0032b54b31911f898115 | |
parent | fdcc9afb71ea88fe63bbed8bad0d5bae607bfb73 [diff] [blame] |
patch 7.4.1461 Problem: When starting job on MS-Windows all parts of the command are put in quotes. Solution: Only use quotes when needed. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index e4499f1..45faff9 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1461, +/**/ 1460, /**/ 1459,