summaryrefslogtreecommitdiffstats
path: root/Completion/Zsh/Command/_disable
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_disable')
-rw-r--r--Completion/Zsh/Command/_disable2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_disable b/Completion/Zsh/Command/_disable
index da3803039..c4cc00243 100644
--- a/Completion/Zsh/Command/_disable
+++ b/Completion/Zsh/Command/_disable
@@ -6,7 +6,7 @@ ali_arr=(${(k)aliases} ${(k)galiases})
sali_arr=(${(k)saliases})
func_arr=(${(k)functions})
-_arguments -C -s -A "-*" -S \
+_arguments -C -s -A "-*" -S -S : \
"(-f -r -s -p)-a[act on regular or global aliases]:*:regular or global alias:compadd -k ali_arr" \
"(-a -r -s -p)-f[act on functions]:*:function:compadd -k func_arr" \
"(-a -f -s -p)-r[act on reserved words]:*:reserved-word:compadd -k reswords" \