Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _path_files -g
- X-seq: zsh-workers 9302
 
- From: Tanaka Akira <akr@xxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: Re: PATCH: _path_files -g
 
- Date: 13 Jan 2000 06:03:29 +0900
 
- In-reply-to: Sven Wischnowsky's message of "Wed, 12 Jan 2000 16:25:19 +0100 (MET)"
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
- References: <200001121525.QAA02658@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
 
In article <200001121525.QAA02658@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
  Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> The patch below implements this behaviour and replaces
> ignored-suffixes with ignored-patterns.
I found a problem with ignored-patterns.
Z(2):akr@is27e1u11% Src/zsh -f
is27e1u11% bindkey -e; autoload -U compinit; compinit -D 
is27e1u11% zstyle ":completion*::vi:*" ignored-patterns \*\?.bbl \*\?.blg 
is27e1u11% touch zz.{tex,bbl,blg}
is27e1u11% ls zz.*   
zz.bbl  zz.blg  zz.tex
is27e1u11% vi zz.b<TAB>
The last <TAB> just removes the word `zz.b' instead of listing files.
-- 
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author