about summary refs log tree commit diff
path: root/Completion/Core/_options
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core/_options')
-rw-r--r--Completion/Core/_options5
1 files changed, 4 insertions, 1 deletions
diff --git a/Completion/Core/_options b/Completion/Core/_options
index 0a852e6ce..356cd70db 100644
--- a/Completion/Core/_options
+++ b/Completion/Core/_options
@@ -2,4 +2,7 @@
 
 # This should be used to complete all option names.
 
-compgen "$@" -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' -o
+local expl
+
+_description expl 'zsh option'
+compgen "$expl[@]" "$@" -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' -o