Linda W wrote:

I changed my COMSPEC on win32 to C:\bin\bash.exe.

(snip)

Hello!

If I use Windows, I tend to use cygwin. I don't suppose you're using cygwin, as I don't think you'd need to mess with COMSPEC for it. Anyway, I see Anthony M has given you some good clues. The following code snippet is what I use with cygwin's bash; perhaps it'll give you a start.

 set shell=bash
 set shq=
 set sxq=\"
 set ssl
 set shcf=-c
 set sp=>&

To get help on these options, as an example:  while in vim,  :help 'shq' .

Regards,
Chip Campbell

Reply via email to