about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Zsh/Command/_zattr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_zattr b/Completion/Zsh/Command/_zattr
index 73564172b..e48047f6c 100644
--- a/Completion/Zsh/Command/_zattr
+++ b/Completion/Zsh/Command/_zattr
@@ -28,7 +28,7 @@ _arguments \
 esac && ret=0
 
 if [[ $state = attrs ]]; then
-  zlistattr ${~${(Q)line[1]}} REPLY 2> /dev/null
+  zlistattr ${(Q)${~line[1]}} REPLY 2> /dev/null
   _wanted -C "$context[1]" attrs expl 'attribute' compadd -a REPLY && ret=0
 fi