commit | d78f03f86045184dfd191f00359baa61e2e79d1f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 06 01:07:41 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 06 01:07:41 2017 +0200 |
tree | 3652e1c4a1072058b0d51d480b4cdfa3e6d5abc0 | |
parent | c902609f69b5662484f78dbf509715940d4134e4 [diff] [blame] |
patch 8.0.1176: job_start() does not handle quote and backslash correctly Problem: Job_start() does not handle quote and backslash correctly. Solution: Remove quotes, recognize and remove backslashes.
diff --git a/src/version.c b/src/version.c index b31943f..8d7a5e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1176, +/**/ 1175, /**/ 1174,