Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.1.7-pre-1: fignore is mishandled by _files
- X-seq: zsh-workers 10911
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: 3.1.7-pre-1: fignore is mishandled by _files
- Date: Tue, 25 Apr 2000 13:03:18 +0200 (MET DST)
- In-reply-to: "Bart Schaefer"'s message of Tue, 25 Apr 2000 05:36:49 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> _path_files attempts to use $fignore, but only if no -g options were passed.
> However, _files *always* passes a -g option to _path_files, so in the one
> case where one might expect fignore to work without extra configuration --
> default file completions -- it fails to do so.
But it explicitly uses $fignore when the pattern is `*'. And it works
for me with `zsh -f', setting $fignore and doing `ls <TAB>'.
Could you give me an example where it fails to do what you want?
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author