diff options
-rw-r--r-- | Completion/Zsh/Type/_options | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Completion/Zsh/Type/_options b/Completion/Zsh/Type/_options new file mode 100644 index 000000000..351220bde --- /dev/null +++ b/Completion/Zsh/Type/_options @@ -0,0 +1,8 @@ +#autoload + +# This should be used to complete all option names. + +local expl + +_wanted zsh-options expl 'zsh option' \ + compadd "$@" -M 'B:[nN][oO]= M:_= M:{A-Z}={a-z}' -k options |