diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-10-14 18:09:49 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-10-14 18:09:49 +0000 |
| commit | 21f1781275643b15115164c3e32a82f0c04f2414 (patch) | |
| tree | f73959f856c0c2bee77ecea1fcec7f1788182c48 /Completion/User/_gzip | |
| parent | manual/8249 (diff) | |
| download | zsh-21f1781275643b15115164c3e32a82f0c04f2414.tar zsh-21f1781275643b15115164c3e32a82f0c04f2414.tar.gz zsh-21f1781275643b15115164c3e32a82f0c04f2414.tar.bz2 zsh-21f1781275643b15115164c3e32a82f0c04f2414.tar.lz zsh-21f1781275643b15115164c3e32a82f0c04f2414.tar.xz zsh-21f1781275643b15115164c3e32a82f0c04f2414.tar.zst zsh-21f1781275643b15115164c3e32a82f0c04f2414.zip | |
zsh-workers/8262
Diffstat (limited to 'Completion/User/_gzip')
| -rw-r--r-- | Completion/User/_gzip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_gzip b/Completion/User/_gzip index 8cd4d746e..07b51dead 100644 --- a/Completion/User/_gzip +++ b/Completion/User/_gzip @@ -3,4 +3,4 @@ local expl _description expl 'file to compress' -_files -g '*~*.[gG][zZ]' +_files "$expl[@]" -g '*~*.[gG][zZ]' |
