commit | b011af969652f6be0775ba8dcd54aac4dcb57cdb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 13:21:51 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 13:21:51 2013 +0100 |
tree | 4dffbe1b19b5ff8c05d8d41c896ef8ce250eeb50 | |
parent | 5d7f9df8fa12e076c233069bb0a98d490749a63a [diff] [blame] |
updated for version 7.4.115 Problem: When using Zsh expanding ~abc doesn't work when the result contains a space. Solution: Off-by-one error in detecting the NUL. (Pavol Juhas)
diff --git a/src/version.c b/src/version.c index f7a3552..a69488f 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 115, +/**/ 114, /**/ 113,