Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion on =
- X-seq: zsh-workers 244
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Z Shell workers mailing list)
- Subject: Re: Completion on =
- Date: Wed, 19 Jul 1995 18:56:44 +0100 (BST)
- In-reply-to: <9507191732.AA09066@xxxxxxxxxxxxx> from "Zoltan Hidvegi" at Jul 19, 95 07:32:22 pm
>Zefram wrote:
>
>> The patch below fixes a couple of problems with filename completion on
>> ~ and =. Previously these characters were treated specially for
>> completion even if quoted.
>
>I did not test your changes yet, but I'm almost sure that they are not
>correct.
I did test it. In the cases of
% echo =<TAB>
% echo \=<TAB>
% echo ~<TAB>
% echo \~<TAB>
% echo =a<TAB>
% echo \=a<TAB>
% echo ~a<TAB>
% echo \~a<TAB>
it gave correct results. Under what circumstances do you think it will
fail?
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author