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-03-01 23:10:30 +0000
committerClint Adams <clint@users.sourceforge.net>2008-03-01 23:10:30 +0000
commit5707bb5638c68aa4d84fba6af91f71b02830e29c (patch)
tree0e35e90931bb86c0985c5393d95420b8c068ea12 /Completion/Unix/Type/_path_commands
parent658deeb7e9df6a2093e8407c2bc02f44ffa3ef3e (diff)
downloadzsh-5707bb5638c68aa4d84fba6af91f71b02830e29c.tar.gz
zsh-5707bb5638c68aa4d84fba6af91f71b02830e29c.tar.xz
zsh-5707bb5638c68aa4d84fba6af91f71b02830e29c.zip
24650: use zstyle -t instead of -T since extra-verbose isn't meant to default to yes.
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 abb5fbfa5..0a4e3d512 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}:" extra-verbose; then
+if zstyle -t ":completion:${curcontext}:" extra-verbose; then
   local update_policy first
   if [[ $+_command_descriptions -eq 0 ]]; then
     first=yes