Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion ignoring
- X-seq: zsh-users 1533
- From: Andrew Main <zefram@xxxxxxxxx>
- To: luomat+Lists/Zsh/users@xxxxxxxxxxxxxxx (Timothy J Luoma)
- Subject: Re: completion ignoring
- Date: Fri, 22 May 1998 16:23:12 +0100 (BST)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <199805221501.LAA12640@xxxxxxxxxxxxxxx> from "Timothy J Luoma" at May 22, 98 11:01:33 am
Timothy J Luoma wrote:
># mkt[tab]
>mktargz mktargz,v mktargz.~1~
>
>Is there a way to make completion ignore files that end with ,v and .~1~ ??
>If so, how and if not, when ;-?
fignore=(,v .\~1\~)
or, if this is for a particular command, use a ~ exclusion in a compctl
-g pattern.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author