From e01ff4c18ae305a45864b8c0104804676b6112e0 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 28 Feb 2008 18:29:04 +0000 Subject: 24626: only process command descriptions if extra-verbose style is set. --- Completion/Unix/Type/_path_commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Type/_path_commands') 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 -- cgit 1.4.1