From c1ba2d44feb93317bc0268be7abfd79d49cd61fd Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Sun, 12 May 2002 09:48:58 +0000 Subject: uposted: do not set style by default, it does not work --- Completion/Redhat/Command/_service | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Completion/Redhat') diff --git a/Completion/Redhat/Command/_service b/Completion/Redhat/Command/_service index 013acef9f..ed3433f05 100644 --- a/Completion/Redhat/Command/_service +++ b/Completion/Redhat/Command/_service @@ -5,9 +5,10 @@ # _sub_command happy # we are interested in init service only -local ctx="${curcontext/%[^:]#:[^:]#/argument-1:}" -zstyle -T ":completion:$ctx" tag-order && \ - zstyle ":completion:$ctx" tag-order init - +# FIXME: this is commented out because it currently does not work +#local ctx="${curcontext}argument-1:" +#zstyle -T ":completion:${ctx}" tag-order && \ +# zstyle ":completion:${ctx}" tag-order init - _arguments -s \ -- cgit 1.4.1