summaryrefslogtreecommitdiff
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 0e27944c9..9c1d576b9 100644
--- a/Completion/Zsh/Command/_disable
+++ b/Completion/Zsh/Command/_disable
@@ -3,6 +3,6 @@
_arguments -C -s -A "-*" -S \
"(-f -r)-a[act on aliases]:*:aliases:(${(k)aliases} ${(k)galiases})" \
"(-a -r)-f[act on functions]:*:functions:(${(k)functions})" \
- "(-a -f)-r[act on reserved words]:*:reserved-words:(${(k)reswords})" \
+ "(-a -f)-r[act on reserved words]:*:reserved-words:compadd -k reswords" \
'-m[treat arguments as patterns]' \
"*:builtin command:(${(k)builtins})"