Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh observations
- X-seq: zsh-workers 15324
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Zsh observations
- Date: Mon, 9 Jul 2001 13:44:30 +0200 (MET DST)
- In-reply-to: <1010709112853.ZM19897@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> ...
>
> BTW, if Sven is reading this: Looking at _complete_debug output, I see that
> the ignored-patterns end up repeated twice in the setting of _comp_ignore in
> _path_files at line 93. Shouldn't make any difference, but seems odd.
Yes. That's to be able to add the stuff from $fignore (checked just
before that line) and probably other patterns given with -F to
_path_files directly (not automatically/indirectly from _description).
It could be cleaned up, but doesn't bother me enough to try.
Hm, of course we could just define _comp_ignore with -U.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author