Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: completion in quotes - " vs ' - no suffix added



Borsenkow Andrej wrote:

> ...
> 
> It does not for me. It is the same ` vs " thing:
> 
> bor@itsrm2% zsh -c "cd ./a\\ b
> Completing directory
> a\\ b      c\\ d      uudecode/
> 
> but
> 
> bor@itsrm2% zsh -c 'cd ./a\ b/
> Completing directory
> a\ b/      c\ d/      uudecode/

So it does for you, too.

I do you get something different from:

  % ls
  don't stop  rmthat
  % zsh -c 'echo do<TAB>
  % zsh -c 'echo don\''\ stop   # now insert ' and hit RET
  don't stop
  % zsh -c "echo do<TAB>
  % zsh -c "echo don\\'\\ stop   # now insert " and hit RET
  don't stop


Bye
  Sven

-- 
Sven Wischnowsky                          wischnow@xxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author