Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: completion in quotes - " vs ' - no suffix added
- X-seq: zsh-workers 17092
- From: Sven Wischnowsky <wischnow@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: RE: completion in quotes - " vs ' - no suffix added
- Date: Wed, 8 May 2002 14:39:28 +0200
- In-reply-to: <6134254DE87BD411908B00A0C99B044F02E89A73@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <15576.54689.459113.686818@xxxxxxxxxxxxxxxxxx> <6134254DE87BD411908B00A0C99B044F02E89A73@xxxxxxxxxxxxxxxxxxxxxxx>
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