diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/Redhat/Command/_service | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index db66a1906..e0c94b0b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-05-23 Andrej Borsenkow <bor@zsh.org> + * unposted: Completion/Redhat/Command/_service: uncomment + zstyle now that it works (c.f. 17148) + * 17125, 17159 (Oliver): Completion/Unix/Command/_texinfo, Completion/Unix/Command/.distfiles: completion for info. As suggested by Oliver put in _texinfo expecting more 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 \ |