zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _g(|un)zip
@ 2000-02-10 12:03 Sven Wischnowsky
  0 siblings, 0 replies; only message in thread
From: Sven Wischnowsky @ 2000-02-10 12:03 UTC (permalink / raw)
  To: zsh-workers


Just had to look at a *.tgz file...

Bye
 Sven

diff -ru ../z.old/Completion/User/_gunzip Completion/User/_gunzip
--- ../z.old/Completion/User/_gunzip	Thu Feb 10 12:55:15 2000
+++ Completion/User/_gunzip	Thu Feb 10 13:01:37 2000
@@ -3,4 +3,4 @@
 local expl
 
 _description files expl 'compressed file'
-_files "$expl[@]" -g '*.[gG][z]'
+_files "$expl[@]" -g '*.([tT]|)[gG][z]'
diff -ru ../z.old/Completion/User/_gzip Completion/User/_gzip
--- ../z.old/Completion/User/_gzip	Thu Feb 10 12:55:15 2000
+++ Completion/User/_gzip	Thu Feb 10 13:01:26 2000
@@ -3,4 +3,4 @@
 local expl
 
 _description files expl 'file to compress'
-_files "$expl[@]" -g '*~*.[gG][zZ]'
+_files "$expl[@]" -g '*~*.([tT]|)[gG][zZ]'

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-02-10 12:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-10 12:03 PATCH: _g(|un)zip Sven Wischnowsky

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).