Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
A couple of bugs
- X-seq: zsh-workers 10404
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: A couple of bugs
- Date: Mon, 03 Apr 2000 10:51:54 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I was trying to work out why completion for the second argument to cd
wasn't working and found what I think is a bug with the handling of
patterns of the form pat1~pat2. This bug manifests itself when the
first character of pat2 is a slash. Try this:
echo /*~/dev
This gives me a message about no matches found. I would expect results
similar to what you see with:
echo /*~[/]dev
The second bug is that completion after ~+ or ~- seems to have been
broken since dev-19:
cd ~+1/<tab>
unknown user `+1'
Here I would expect file completion after the appropriate directory
from the stack. The problem is also the case for named directories.
Oliver Kiddle
Messages sorted by:
Reverse Date,
Date,
Thread,
Author