Edward Beach wrote: > O > Thanks for the reply Chip, > > You're right. My problem is that I have shellslash enabled on a win32 > build. Unfortunately setting the shellquote to " doesn't seem to > help. Shellescape ignores the " and uses the ' regardless; it's only > when I disable shellslash that shellescape uses ". So am I misusing > the shellslash setting? > > As an aside... > :set shq='"' results in shellquote=' > :set shq=\" resullts in shellquote=" > Sorry about the "'" and '"' stuff -- you're right.
The help on 'shellslash' does mention that, when set, vim is expecting a unix-like shell (example: bash). You probably shouldn't be using that option if you've got command.com or cmd.exe providing your shell services. Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
