commit | bf15b8d78b22661db8b19d662b62bb9a061cdd37 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 20:43:48 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 20:43:48 2017 +0200 |
tree | 202c4322d1c06e288bd088f5c8e9cfda03159608 | |
parent | 863e80b4451b5102b41bebf9ddca3a420de746fa [diff] [blame] |
patch 8.0.0615: using % with :hardcopy wrongly escapes spaces Problem: Using % with :hardcopy wrongly escapes spaces. (Alexey Muranov) Solution: Expand % differently. (Christian Brabandt, closes #1682)
diff --git a/src/version.c b/src/version.c index d312148..c0711fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 615, +/**/ 614, /**/ 613,