commit | 2efc44b3f0b6bd8307cb281af095e08e15ab1c24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 05 12:09:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 05 12:09:32 2019 +0200 |
tree | 4245a8fef089e696e8eb6df87e02cafbc4d7806e | |
parent | fd00c042afc40539447e798aadbd0a2219fdbdc1 [diff] [blame] |
patch 8.1.2115: MS-Windows: shell commands fail if &shell contains a space Problem: MS-Windows: shell commands fail if &shell contains a space. Solution: Use quotes instead of escaping. (closes #4920)
diff --git a/src/version.c b/src/version.c index 0673d7e..b1bccb4 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2115, +/**/ 2114, /**/ 2113,