about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Unix/Command/_bzip22
-rw-r--r--Completion/Unix/Command/_compress2
-rw-r--r--Completion/Unix/Command/_gzip2
4 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b6765055..ecdae8150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-03-14  Peter Stephenson  <pws@csr.com>
+
+	* 16821 (adapted, c.f. 16831): Completion/Unix/Command/_bzip2,
+	Completion/Unix/Command/_compress,
+	Completion/Unix/Command/_gzip: add completions for the redirection
+	code in 16819.
+
 2002-03-13  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 16819: Completion/compdump, Completion/compinit,
diff --git a/Completion/Unix/Command/_bzip2 b/Completion/Unix/Command/_bzip2
index 951f85996..1c6a93ac3 100644
--- a/Completion/Unix/Command/_bzip2
+++ b/Completion/Unix/Command/_bzip2
@@ -1,4 +1,4 @@
-#compdef bzip2 bunzip2 bzcat=bunzip2 bzip2recover
+#compdef bzip2 bunzip2 bzcat=bunzip2 bzip2recover -redirect-,<,bunzip2=bunzip2 -redirect-,>,bzip2=bunzip2 -redirect-,<,bzip2=bzip2
 
 local decompress expl state line curcontext="$curcontext"
 typeset -A opt_args
diff --git a/Completion/Unix/Command/_compress b/Completion/Unix/Command/_compress
index 9ba8c8e15..a2e52704e 100644
--- a/Completion/Unix/Command/_compress
+++ b/Completion/Unix/Command/_compress
@@ -1,4 +1,4 @@
-#compdef compress uncompress
+#compdef compress uncompress -redirect-,<,uncompress=uncompress -redirect-,>,compress=uncompress -redirect-,<,compress=compress
 
 local expl state line bits common_args1 common_args2 decompress
 local curcontext="$curcontext"
diff --git a/Completion/Unix/Command/_gzip b/Completion/Unix/Command/_gzip
index 46664958d..d1f26415b 100644
--- a/Completion/Unix/Command/_gzip
+++ b/Completion/Unix/Command/_gzip
@@ -1,4 +1,4 @@
-#compdef gzip gunzip gzcat=gunzip
+#compdef gzip gunzip gzcat=gunzip -redirect-,<,gunzip=gunzip -redirect-,>,gzip=gunzip -redirect-,<,gzip=gzip
 
 local decompress expl curcontext="$curcontext" state line
 typeset -A opt_args