diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-15 18:25:40 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-15 18:25:40 +0000 |
commit | 8ceb54fbc2f879e0e80f58c18761bd54db07e5f7 (patch) | |
tree | d97bf208b73d5385b174c454e4f41839dc421d25 /Completion/User/_uncompress | |
parent | 6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7 (diff) | |
download | zsh-8ceb54fbc2f879e0e80f58c18761bd54db07e5f7.tar.gz zsh-8ceb54fbc2f879e0e80f58c18761bd54db07e5f7.tar.xz zsh-8ceb54fbc2f879e0e80f58c18761bd54db07e5f7.zip |
zsh-3.1.5-pws-15 dot-zsh-3.1.5-pws-15-last-snapshot-
Diffstat (limited to 'Completion/User/_uncompress')
-rw-r--r-- | Completion/User/_uncompress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_uncompress b/Completion/User/_uncompress index e25805d50..0aa1e073f 100644 --- a/Completion/User/_uncompress +++ b/Completion/User/_uncompress @@ -1,3 +1,3 @@ -#defcomp uncompress zmore +#compdef uncompress zmore _files -g '*.Z' |