Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zstyle example
- X-seq: zsh-workers 18740
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: zstyle example
- Date: Sun, 29 Jun 2003 11:42:33 -0400
- Cc: 199083-forwarded@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Chip Salzenberg says [ http://bugs.debian.org/199083 ] :
The zsh man page includes an example of how to control the tab
completion for 'rm':
zstyle ':completion:*:*:rm:*' file-patterns \
'*.o:object-files' '%p:all-files'
This example used to work but recently (I believe in 4.0.7-1) it
broke; it became necessary to replace the %p with *, which seems to
work, but I'm not sure whether the semantics are identical.
In any case the man page examples should work.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author