commit | b347963869f92fd73f219ef64e5329d62607296c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 28 16:49:58 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 28 16:49:58 2012 +0100 |
tree | b458929c63ae5a0b7621a4c1687b83fc0d13868b | |
parent | dd53a4155311b43f06d9d01ad660be193dc4c0f2 [diff] [blame] |
updated for version 7.3.736 Problem: File name completion in input() escapes white space. (Frederic Hardy) Solution: Do not escape white space. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 80c82d6..058ffbc 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 736, +/**/ 735, /**/ 734,