mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 19:20:53 +02:00
39707: Document _dir_list.
This commit is contained in:
parent
6f071b2309
commit
f1c0480afc
2 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2016-10-24 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
|
* 39707: Doc/Zsh/compsys.yo: Document _dir_list.
|
||||||
|
|
||||||
2016-10-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2016-10-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* 39715: Src/Zle/complist.c: handle multibyte characters when
|
* 39715: Src/Zle/complist.c: handle multibyte characters when
|
||||||
|
|
|
@ -4357,6 +4357,21 @@ matches. Almost all calls to tt(compadd) within the completion system use
|
||||||
a similar format; this ensures that user-specified styles are correctly
|
a similar format; this ensures that user-specified styles are correctly
|
||||||
passed down to the builtins which implement the internals of completion.
|
passed down to the builtins which implement the internals of completion.
|
||||||
)
|
)
|
||||||
|
findex(_dir_list)
|
||||||
|
item(tt(_dir_list) [ tt(-s) var(sep) ] [ tt(-S) ])(
|
||||||
|
Complete a list of directory names separated by colons
|
||||||
|
(the same format as tt($PATH)).
|
||||||
|
|
||||||
|
startitem()
|
||||||
|
item(tt(-s) var(sep))(
|
||||||
|
Use var(sep) as separator between items.
|
||||||
|
var(sep) defaults to a colon (`tt(:)').
|
||||||
|
)
|
||||||
|
item(tt(-S))(
|
||||||
|
Add var(sep) instead of slash (`tt(/)') as an autoremoveable suffix.
|
||||||
|
)
|
||||||
|
enditem()
|
||||||
|
)
|
||||||
findex(_dispatch)
|
findex(_dispatch)
|
||||||
item(tt(_dispatch) var(context string) ...)(
|
item(tt(_dispatch) var(context string) ...)(
|
||||||
This sets the current context to var(context) and looks for completion
|
This sets the current context to var(context) and looks for completion
|
||||||
|
|
Loading…
Reference in a new issue