commit | f66b3fcf6ce2801e3f378827e0ed19596901a9ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 20 22:18:30 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 20 22:18:30 2012 +0100 |
tree | 46a1543aae183a8b03ce18b3572d57e04656e3f2 | |
parent | 034b115568a1fc40b374b0b755d89f0a40f6d940 [diff] [blame] |
updated for version 7.3.446 Problem: Win32: External commands with special characters don't work. Solution: Add the 'shellxescape' option.
diff --git a/src/version.c b/src/version.c index 7b78a45..159fe86 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 446, +/**/ 445, /**/ 444,