1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

26671: various minor attribute tidy ups

This commit is contained in:
Peter Stephenson 2009-03-03 16:40:34 +00:00
parent d58e5061ad
commit 919f7b12ad
4 changed files with 93 additions and 38 deletions

View file

@ -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