diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-03 16:40:34 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-03 16:40:34 +0000 |
commit | 919f7b12ad4cd6e4b6745e7ea647b9bf0e58c70c (patch) | |
tree | 3d3a3f9e6d0ea006d783c2fcad999712b0046925 /Completion/Zsh | |
parent | d58e5061ad49a3778dd1295e28810ad1f6e44cf6 (diff) | |
download | zsh-919f7b12ad4cd6e4b6745e7ea647b9bf0e58c70c.tar.gz zsh-919f7b12ad4cd6e4b6745e7ea647b9bf0e58c70c.tar.xz zsh-919f7b12ad4cd6e4b6745e7ea647b9bf0e58c70c.zip |
26671: various minor attribute tidy ups
Diffstat (limited to 'Completion/Zsh')
-rw-r--r-- | Completion/Zsh/Command/_zattr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_zattr b/Completion/Zsh/Command/_zattr index e3836f247..56c754be6 100644 --- a/Completion/Zsh/Command/_zattr +++ b/Completion/Zsh/Command/_zattr @@ -29,6 +29,6 @@ _arguments \ esac if [[ $state = attrs ]]; then - zlistattr $line[1] REPLY + zlistattr $~line[1] REPLY _wanted attrs expl 'attribute' compadd ${(0)REPLY} fi |