mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
21314: declare expl local in example use of _wanted
This commit is contained in:
parent
4ea3b10216
commit
9181f0e305
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2005-06-08 Oliver Kiddle <opk@zsh.org>
|
2005-06-08 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* 21314: Doc/Zsh/compsys.yo: declare expl local in example use
|
||||||
|
of _wanted
|
||||||
|
|
||||||
* unposted: Completion/Linux/Command/_yast: new yast completion
|
* unposted: Completion/Linux/Command/_yast: new yast completion
|
||||||
|
|
||||||
* 21313: Completion/Unix/Type/_email_addresses: make code for
|
* 21313: Completion/Unix/Type/_email_addresses: make code for
|
||||||
|
|
|
@ -4370,7 +4370,8 @@ is carried out automatically by tt(_wanted).
|
||||||
Hence to offer only one tag and immediately add the corresponding
|
Hence to offer only one tag and immediately add the corresponding
|
||||||
matches with the given description:
|
matches with the given description:
|
||||||
|
|
||||||
example(_wanted tag expl 'description' \
|
example(local expl
|
||||||
|
_wanted tag expl 'description' \
|
||||||
compadd matches...)
|
compadd matches...)
|
||||||
|
|
||||||
Note that, as for tt(_requested), the var(command) must be able to
|
Note that, as for tt(_requested), the var(command) must be able to
|
||||||
|
|
Loading…
Reference in a new issue