Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion lists
Bart Schaefer <schaefer <at> brasslantern.com> writes:
> } will still match the second expression '=(#b)(?)*==1' but here (?)
> } will capture the first 4 characters, not just the first one.
>
> The behvior I see is that it *skips* the first 4 characters and
> highlights the fifth one, i.e., it continues to highlight "a" and
> "b" in those two files but highlights nothing in file names with
> fewer than 5 characters. Still wrong, but not in the way you said.
On a related note, can I set a different list-colors when completing files, and
a default for everything else?
zstyle -e ':completion:complete-files:*' list-colors ...
don't seem to work.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author