From db4e4c400df1baf0be6aa8bdc8a7908111615139 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Thu, 23 May 2002 14:48:57 +0000 Subject: unposted: use zstyle again now when it works --- Completion/Redhat/Command/_service | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Completion/Redhat/Command') diff --git a/Completion/Redhat/Command/_service b/Completion/Redhat/Command/_service index ed3433f05..591bd0184 100644 --- a/Completion/Redhat/Command/_service +++ b/Completion/Redhat/Command/_service @@ -5,10 +5,9 @@ # _sub_command happy # we are interested in init service only -# 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 - +local ctx="${curcontext}argument-1:" +zstyle -T ":completion:${ctx}" tag-order && \ + zstyle ":completion:${ctx}" tag-order init _arguments -s \ -- cgit 1.4.1