summaryrefslogtreecommitdiffstats
path: root/Completion/Base/_complete_opts
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-01 14:48:28 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-01 14:48:28 +0000
commit61e68d70da5af5afe943f92cd94a8c96e78348d9 (patch)
tree1e88adbfc21452caedcb57af2880097a349f44e6 /Completion/Base/_complete_opts
parentzsh-3.1.6-test-3 (diff)
downloadzsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.tar
zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.tar.gz
zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.tar.bz2
zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.tar.lz
zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.tar.xz
zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.tar.zst
zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.zip
Diffstat (limited to 'Completion/Base/_complete_opts')
-rw-r--r--Completion/Base/_complete_opts4
1 files changed, 3 insertions, 1 deletions
diff --git a/Completion/Base/_complete_opts b/Completion/Base/_complete_opts
index 689e13e22..c27a8869f 100644
--- a/Completion/Base/_complete_opts
+++ b/Completion/Base/_complete_opts
@@ -81,7 +81,9 @@ case "${#no_arg}-${#with_arg}" in
esac
if [[ -z "$done" ]]; then
- compadd - -${(k)^option_pairs:gs/://}
+ if (( $+complete_opts_verbose )); then
+ compadd - -${(k)^option_pairs:gs/://}
+ fi
false
else
true