commit | 583c1f14a4e1d89fe029b1c134d405357468ece7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 15:58:34 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 15:58:34 2016 +0100 |
tree | 6207d6f2f6a6535656f6f49e5aae0e3786721658 | |
parent | 5a6ec52392b78d41153660d0353d5b86a2dc583c [diff] [blame] |
patch 7.4.1544 Problem: On Win32 escaping the command does not work properly. Solution: Reset 'ssl' when escaping the command. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 2eb0114..f907012 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1544, +/**/ 1543, /**/ 1542,