Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Glob qualifiers not working in coloured completion listings
- X-seq: zsh-users 13810
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Glob qualifiers not working in coloured completion listings
- Date: Mon, 09 Feb 2009 08:50:36 -0800
- In-reply-to: <20090209163014.GA27869@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090209163014.GA27869@xxxxxxxxxxxx>
On Feb 9, 4:30pm, David Evans wrote:
}
} So d*(/) matches what's expected when expanded as part of the execution
} of ls -d, but not when used in list-colors. Any ideas?
Patterns in list colorings are exactly that: patterns. They are not
file expansions. The match is done strictly on the text in the list
of completions, and has no reference to any actual files underneath;
the strings being colored might, in fact, never have been file names
in the first place.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author