about summary refs log tree commit diff
path: root/Completion/Unix/Type/_path_commands
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/Unix/Type/_path_commands
parent969913577e2466c4ef4348b3088bf057277e2afd (diff)
downloadzsh-e01ff4c18ae305a45864b8c0104804676b6112e0.tar.gz
zsh-e01ff4c18ae305a45864b8c0104804676b6112e0.tar.xz
zsh-e01ff4c18ae305a45864b8c0104804676b6112e0.zip
24626: only process command descriptions if extra-verbose style is set.
Diffstat (limited to 'Completion/Unix/Type/_path_commands')
-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