1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00

moved to Completion/Zsh/Command/_set

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:30:11 +00:00
parent c0d6a36596
commit d46b7063b3

@ -1,7 +0,0 @@
#defcomp set
if [[ -mcurrent -1 [-+]o ]]; then
complist -o
elif [[ -current -1 -A ]]; then
complist -A
fi