zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 1/3] Document _dir_list.
@ 2016-10-22 21:54 Daniel Shahaf
  2016-10-22 21:54 ` [PATCH 2/3] Document _email_addresses Daniel Shahaf
  2016-10-22 21:54 ` [PATCH 3/3] _tilde_files: Offer named directories. Document Daniel Shahaf
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Shahaf @ 2016-10-22 21:54 UTC (permalink / raw)
  To: zsh-workers

---
 Doc/Zsh/compsys.yo | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index a56ca67..f56daa4 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -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
 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)
 item(tt(_dispatch) var(context string) ...)(
 This sets the current context to var(context) and looks for completion


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-22 22:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-22 21:54 [PATCH 1/3] Document _dir_list Daniel Shahaf
2016-10-22 21:54 ` [PATCH 2/3] Document _email_addresses Daniel Shahaf
2016-10-22 21:54 ` [PATCH 3/3] _tilde_files: Offer named directories. Document Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).