commit | 39d21e3c30f3391f3b27f5ddb7e1ad411bdb8f2e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 23:09:31 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 23:09:31 2017 +0200 |
tree | 29d41909c26a62bf0c5aa00622ecbf08babff34d | |
parent | 0af2d32c21d48d450a7a1277b2029b9eeed6bebf [diff] [blame] |
patch 8.0.0876: backslashes and wildcards in backticks don't work Problem: MS-Windows: Backslashes and wildcards in backticks don't work. Solution: Do not handle backslashes inside backticks in the wrong place. (Yasuhiro Matsumoto, closes #1942)
diff --git a/src/version.c b/src/version.c index da594f7..5c64a70 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 876, +/**/ 875, /**/ 874,