Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Strange bug when completing [ in file names
- X-seq: zsh-workers 20720
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Strange bug when completing [ in file names
- Date: Mon, 17 Jan 2005 04:41:54 +0000
- In-reply-to: <41EAE932.5070808@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <41EAE932.5070808@xxxxxxxxxxxxxx>
On Jan 16, 11:22pm, Tobias Gruetzmacher wrote:
}
} $ ls /home/tobias/testcase/file\[stuff
} ---- all expansions
What's the value of your completer style?
My guess is that the _expand completer is spotting the '[' and deciding
that it's a pattern character, and therefore generating matches, so none
of the completers that are listed after _expand gets a chance to run.
This is different in 4.2.x and 4.0.x, but I'm not sure if the difference
is because of a change in the default behavior of the accept-exact style,
or if it's an unintentional consequence of a change in parameter expansion.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author