Yasuhiro Matsumoto wrote: [...]
> > > > This answer is: > > > > > > * Vim was working good with shellslash on windows. > > > > * Broken URL is shown in status line. > > > > * I have to provide vimscripts for any users. (user of cmd.exe also) > > > > > > I want to hear from you: > > > > > > * Why don't you fix this problem? > > > > * Why do you trancate shellslash from us? > > > > > You didn't answer my question about why you don't use a Unix-like shell > > > while you do set 'shellslash'. That was the original purpose of this > > > option, you appear to be in a different situation. So why do you set > > > 'shellslash' even though you are using cmd.exe? You use some Unix-like > > > utilities but not a Unix-like shell, that's a strange situation. > > > > Unix-like-Shell has problem also. > > Most of Unix-like-Shell don't accept multi-byte-characters correctly. > > And some of them should use "/c/progra~1/" to access to "c:\Program > > Files\". > > or "/cygdrive/c/progra~1/". > > This make another problem. Thus I don't use unix-like-shell. > > > > > I don't like adding a side effect to the 'shellxquote' option. I'm not > > > sure there will be situations where 'shellxquote' is set or unset where > > > it should not have an effect on quoting in other places. > > > > Then, how about new option to control behavior of shellescape() ? > > Fundamentally, This problem based on that: > > Behavior of shellescape() depend on shellslash. > > > > I think that this stay out of settings of shellslash. > > > > Or, new option for use slash for path, for example 'pathslash'. > > It is similar to shellslash. but not quote to single quote. > > Bram, I'm looking for your reply. > As Ben's said, cmd.exe can treat slash as path separator. It's in the todo list. So for none of the alternatives stand out as a nice solution. -- Living on Earth includes an annual free trip around the Sun. /// 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
