diff options
author | Andrey Borzenkov <bor@users.sourceforge.net> | 2002-05-23 14:48:57 +0000 |
---|---|---|
committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2002-05-23 14:48:57 +0000 |
commit | db4e4c400df1baf0be6aa8bdc8a7908111615139 (patch) | |
tree | 6ba87f8e95aeebaee5c7290c56cc12edb1b00664 /Completion/Redhat | |
parent | 395cb853d72e0f5771929d9631c5302501fa3b8d (diff) | |
download | zsh-db4e4c400df1baf0be6aa8bdc8a7908111615139.tar.gz zsh-db4e4c400df1baf0be6aa8bdc8a7908111615139.tar.xz zsh-db4e4c400df1baf0be6aa8bdc8a7908111615139.zip |
unposted: use zstyle again now when it works
Diffstat (limited to 'Completion/Redhat')
-rw-r--r-- | Completion/Redhat/Command/_service | 7 |
1 files changed, 3 insertions, 4 deletions
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 \ |