commit | c62a644eaf31ff1ea6e3d569d0fe8c9d4eb3d908 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 18:13:37 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 18:13:37 2013 +0100 |
tree | 8ee2e188df3586e8b3c88a9463885f41da353263 | |
parent | ace8d8ee2f5d6ddd6d47272609c75155ce533f97 [diff] [blame] |
updated for version 7.4.103 Problem: Dos installer uses an old way to escape spaces in the diff command. Solution: Adjust the quoting to the new default shellxquote. (Ben Fritz)
diff --git a/src/version.c b/src/version.c index 4a053870..d8f95dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 103, +/**/ 102, /**/ 101,