From 919f7b12ad4cd6e4b6745e7ea647b9bf0e58c70c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 3 Mar 2009 16:40:34 +0000 Subject: 26671: various minor attribute tidy ups --- Completion/Zsh/Command/_zattr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Zsh/Command') 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 -- cgit 1.4.1