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

Re: Negation in compctl



Michal Kuratczyk wrote:

> Hi,
> 
> Is there any way (besides function + compctl -K) to do a negative of *.dvi?
> My Dvish language /* ;-) */ is very poor, so I do not want to see dvi files
> as a completions of vim arguments.

You can always use EXTENDED_GLOB and patterns like *~*.dvi or ^*.dvi.

And I think you know that for extensions you never want to see, there
is $fignore.

Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author