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 | |
parent | 395cb853d72e0f5771929d9631c5302501fa3b8d (diff) | |
download | zsh-db4e4c400df1baf0be6aa8bdc8a7908111615139.tar.gz zsh-db4e4c400df1baf0be6aa8bdc8a7908111615139.tar.xz zsh-db4e4c400df1baf0be6aa8bdc8a7908111615139.zip |
unposted: use zstyle again now when it works
-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 \ |