diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-03-14 14:38:48 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-03-14 14:38:48 +0000 |
commit | 10cbfa987a94070ebe7786632af8ca3627bed43b (patch) | |
tree | 6952ebf00673fcb1d0f65d9237795e344400766c /Completion/Unix/Command/_gzip | |
parent | 45f9a36216637075172d0bdf7ad8e18fad34c42e (diff) | |
download | zsh-10cbfa987a94070ebe7786632af8ca3627bed43b.tar.gz zsh-10cbfa987a94070ebe7786632af8ca3627bed43b.tar.xz zsh-10cbfa987a94070ebe7786632af8ca3627bed43b.zip |
16821+16831: _gzip, _compress, _bzip2 complete after redirections
Diffstat (limited to 'Completion/Unix/Command/_gzip')
-rw-r--r-- | Completion/Unix/Command/_gzip | 2 |
1 files changed, 1 insertions, 1 deletions
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 |