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/_strip | |
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/_strip')
-rw-r--r-- | Completion/User/_strip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_strip b/Completion/User/_strip index 541c901ad..d9f44cc5e 100644 --- a/Completion/User/_strip +++ b/Completion/User/_strip @@ -1,3 +1,3 @@ -#defcomp strip +#compdef strip _files -g '*(*)' |