commit | a95ab321200f0239991bf53756b17cd7b90745f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 11 19:21:53 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 11 19:21:53 2017 +0100 |
tree | 6485aa8f07294fdda7cc42dff6fb948cbff23a0e | |
parent | 38a3d6c9601b637a28f399059263300e9f65eba4 [diff] [blame] |
patch 8.0.0444: diffpatch fails when the file name has a quote Problem: Diffpatch fails when the file name has a quote. Solution: Escape the name properly. (zetzei)
diff --git a/src/version.c b/src/version.c index 5a58f43..db00cc7 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 444, +/**/ 443, /**/ 442,