On 14/01/09 03:03, Yasuhiro MATSUMOTO wrote: > Hi all. > > It seems that quoting arguments of shebang command depend on shellslash. > but on windows, cmd.exe or command.com can't treat single quote. > > --- test.vimrc --- > set nocompatible > set shellslash > ---------------------- >
cmd.exe and command.com also can't handle the forward slash as a path separator, so you shouldn't set 'sellslash' if you're using them. The single quote is to be used when using a Unix-like shell on Windows (and, unlike what you seem to be assuming, a Unix-like shell can be used on top of cmd.exe or command.com, in which case $COMSPEC will be set to the Dos/Windows shell, not the Unix-like shell). Best regards, Tony. -- FATHER: You killed eight wedding guests in all! LAUNCELOT: Er, Well ... the thing is ... I thought your son was a lady. FATHER: I can understand that. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---