Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 3.1.7-pre-1: fignore is mishandled by _files



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