summaryrefslogtreecommitdiffstats
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-02-28 18:29:04 +0000
committerClint Adams <clint@users.sourceforge.net>2008-02-28 18:29:04 +0000
commite01ff4c18ae305a45864b8c0104804676b6112e0 (patch)
treeab79aea36fb60580fd78f07e6fdd864f0c57e127 /Completion
parent24622: add completion for 'git bisect skip' and 'git bisect run'. (diff)
downloadzsh-e01ff4c18ae305a45864b8c0104804676b6112e0.tar
zsh-e01ff4c18ae305a45864b8c0104804676b6112e0.tar.gz
zsh-e01ff4c18ae305a45864b8c0104804676b6112e0.tar.bz2
zsh-e01ff4c18ae305a45864b8c0104804676b6112e0.tar.lz
zsh-e01ff4c18ae305a45864b8c0104804676b6112e0.tar.xz
zsh-e01ff4c18ae305a45864b8c0104804676b6112e0.tar.zst
zsh-e01ff4c18ae305a45864b8c0104804676b6112e0.zip
24626: only process command descriptions if extra-verbose style is set.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Type/_path_commands2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_path_commands b/Completion/Unix/Type/_path_commands
index 722129a2d..abb5fbfa5 100644
--- a/Completion/Unix/Type/_path_commands
+++ b/Completion/Unix/Type/_path_commands
@@ -26,7 +26,7 @@ return 1
_path_commands() {
local need_desc expl ret=1
-if zstyle -T ":completion:${curcontext}:" verbose; then
+if zstyle -T ":completion:${curcontext}:" extra-verbose; then
local update_policy first
if [[ $+_command_descriptions -eq 0 ]]; then
first=yes