]> granicus.if.org Git - vim/commit
patch 8.1.0468: MS-Windows: filter command with pipe character fails v8.1.0468
authorBram Moolenaar <Bram@vim.org>
Tue, 9 Oct 2018 19:49:33 +0000 (21:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 Oct 2018 19:49:33 +0000 (21:49 +0200)
commit0664089eccec1083dd04ef2255856fb34ce62f15
tree3358c6be040a9af6dfa17849bec2ed8ee33617d8
parent1d3dbcf743be9c72a0df5fc0711553fce287d3f8
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)
src/ex_cmds.c
src/testdir/test_filter_cmd.vim
src/version.c