commit | 0664089eccec1083dd04ef2255856fb34ce62f15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 09 21:49:33 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 09 21:49:33 2018 +0200 |
tree | 3358c6be040a9af6dfa17849bec2ed8ee33617d8 | |
parent | 1d3dbcf743be9c72a0df5fc0711553fce287d3f8 [diff] [blame] |
patch 8.1.0468: MS-Windows: filter command with pipe character fails Problem: MS-Windows: Filter command with pipe character fails. (Johannes Riecken) Solution: Find the pipe character outside of quotes. (Yasuhiro Matsumoto, closes #1743, closes #3523)
diff --git a/src/version.c b/src/version.c index def449a..d4cccb9 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 468, +/**/ 467, /**/ 466,