1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-01 21:51:40 +02:00

unposted: use zstyle again now when it works

This commit is contained in:
Andrey Borzenkov 2002-05-23 14:48:57 +00:00
parent 395cb853d7
commit db4e4c400d
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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 \