mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-29 19:00:57 +02:00
unposted: remove reference to removed sample code
the example in expn.yo was mdified by commit bb441f77a7
and does not
use _wanted any more
This commit is contained in:
parent
5977d3cdd4
commit
606ef4b430
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2024-08-26 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* unposted: Doc/Zsh/compsys.yo: remove reference to removed code
|
||||
|
||||
2024-08-15 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted (see 53034): Src/lex.c, Test/A06assign.ztst: fix parsing
|
||||
|
|
|
@ -5448,10 +5448,6 @@ example(local expl
|
|||
_wanted tag expl 'description' \
|
||||
compadd -- var(match1) var(match2)...)
|
||||
|
||||
See also the use of tt(_wanted) in the example function in
|
||||
ifzman(the subsection `Dynamic named directories' in zmanref(zshexpn))\
|
||||
ifnzman(noderef(Dynamic named directories)).
|
||||
|
||||
Note that, as for tt(_requested), the var(command) must be able to
|
||||
accept options to be passed down to tt(compadd).
|
||||
|
||||
|
|
Loading…
Reference in a new issue