vim7.3.446 is not working with 'noshelltemp' option in MS-Windows.
gvim.exe -u NONE
:set noshelltemp
:set noshellslash
:echo system('ls')
ls: cannot access >c:\cygwin-1.7\tmp\VIo475.tmp: No such file or directory
ls: cannot access 2>&1: No such file or directory
E484: Can't open file c:\cygwin-1.7\tmp\VIo475.tmp
:set shellslash
ls: cannot access >c:/cygwin-1.7/tmp/VIo476.tmp: No such file or directory
ls: cannot access 2>&1: No such file or directory
E484: Can't open file c:/cygwin-1.7/tmp/VIo476.tmp
vim7.3.442 and vim7.3.443 is working.
:set shelltemp
:!start explorer.exe
E371: Command not found.
vim7.3.442 default
shell=C:\WINDOWS\system32\cmd.exe
shellpipe=>
shellredir=>%s 2>&1
shellcmdflag=/c
shellquote=
shellxquote=
vim7.3.443 default
shell=cmd.exe
shellpipe=>
shellredir=>%s 2>&1
shellcmdflag=/s /c
shellquote=
shellxquote=\"
vim7.3.446 default
shell=C:\WINDOWS\system32\cmd.exe
shellpipe=>
shellredir=>%s 2>&1
shellcmdflag=/c
shellquote=
shellxquote=(
shellxescape="&|<>()@^
--
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