On Feb 12, 8:34 pm, mattn <[email protected]> wrote:
> Easy way to reproduce. Check followings.
>
> :set shellxquote&
> :echo system('dir "&"')
>
> :set shellxquote=
> :echo system('dir "&"')
>
> This should be "File Nout Found".
For me, without the patch, but setting the options as done in the
patch, i.e.:
gvim -N -u NONE -i NONE
:set shellcmdflag=/s\ /c
:set shellxquote=\"
and executing:
:echo system('dir "&"')
gives me "E484: Can't open file C:\tmp\VIo5A.tmp" (which is REALLY
weird).
However, setting 'noshelltemp' as suggested by RoDo shows the
directory contents of '&' as expected.
--
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