From 5707bb5638c68aa4d84fba6af91f71b02830e29c Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 1 Mar 2008 23:10:30 +0000 Subject: 24650: use zstyle -t instead of -T since extra-verbose isn't meant to default to yes. --- ChangeLog | 5 +++++ Completion/Unix/Type/_path_commands | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8b4698590..3ed1c5673 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-01 Clint Adams + + * 24650: Completion/Unix/Type/_path_commands: use zstyle -t instead + of -T since extra-verbose isn't meant to default to yes. + 2008-02-29 Clint Adams * 24632: Completion/Unix/Command/_rsync: fix remote ssh filename 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 -- cgit 1.4.1