commit | 6e8d3b0d41bcef7ebe0ba2e887eb25781e1437fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 21:33:31 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 21:33:31 2015 +0200 |
tree | e4f19fa1baa4ddd7ad3ab513cd1d9f99d452f638 | |
parent | b878bbbca67c384101c2ebb822e390f0feda9489 [diff] [blame] |
patch 7.4.737 Problem: On MS-Windows vimgrep over arglist doesn't work (Issue 361) Solution: Only escape backslashes in ## expansion when it is not used as the path separator. (James McCoy)
diff --git a/src/version.c b/src/version.c index e1ee8c2..acff490 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 737, +/**/ 736, /**/ 735,