> I did also send in a patch that adds a test to prove that this is
> fixed. I'll post it here in case you would like to include it...
>
> ```patch
> diff --git a/src/testdir/test_man.vim b/src/testdir/test_man.vim
> index d2f48e8b0..0a7659a5e 100644
> --- a/src/testdir/test_man.vim
> +++ b/src/testdir/test_man.vim
> @@ -132,4 +132,15 @@ func Test_keep_unnamed_register()
> %bw!
> endfunc
>
> +" Check that underlying shell command arguments are escaped.
> +func Test_shellescape_used()
> + Man `touch\ Xbar` `touch\ Xfoo`
> +
> + call assert_false(filereadable('Xbar'))
> + call assert_false(filereadable('Xfoo'))
> +
> + call delete('Xbar')
> + call delete('Xfoo')
> +endfunc
> +
> " vim: shiftwidth=2 sts=2 expandtab
> ```
Thanks. I'll include something like that.
--
hundred-and-one symptoms of being an internet addict:
144. You eagerly await the update of the "Cool Site of the Day."
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202010281623.09SGN6wS2189863%40masaka.moolenaar.net.