commit | 034b115568a1fc40b374b0b755d89f0a40f6d940 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 18:19:30 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 18:19:30 2012 +0100 |
tree | b2e6a8d5cd41cfe50311996e1fb8e6935981a5c8 | |
parent | 5dc6252d331013e397a8d71e8f7ee9fd1cf514c1 [diff] [blame] |
updated for version 7.3.445 Problem: Can't properly escape commands for cmd.exe. Solution: Default 'shellxquote' to '('. Append ')' to make '(command)'. No need to use "/s" for 'shellcmdflag'.
diff --git a/src/version.c b/src/version.c index bf32d28..7b78a45 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 445, +/**/ 444, /**/ 443,