Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 1/3] Document _dir_list.
- X-seq: zsh-workers 39707
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 1/3] Document _dir_list.
- Date: Sat, 22 Oct 2016 21:54:05 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=date:from:message-id:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=tm75yKgxtq7zHrwMDLDPZO0EY8Y=; b=vqyvnP bYWUaaJ2chVy7hc1CnOg5k1YE1STPN2n/k6O1rma4au+gyY3bsWUzQJdvpOh9GSr C0lZdQ7gLDLoeSNeDVlEZTH0S2J2FkQ74nm0TXDzXd5VqdgzqZTyaJh5blNP7WBQ Kaz6eZnv3q5qF7tZtxia2yeffmlcWnqu1e7ps=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:message-id:subject:to :x-sasl-enc:x-sasl-enc; s=smtpout; bh=tm75yKgxtq7zHrwMDLDPZO0EY8 Y=; b=AmaumKU3iGBgR2qW20iBV2Wh5KQqlLBpaj5dts0FZAJoNKqZl0dZa6EATQ YmDyzgwFNxeeU2dgqBxHrkKJFDA/aaRXyXUXfYliNnqSSPC0h559JxR63SuXezUR mILGChqDKrRjjztXR0l6lnh3w9i+Ifk2oJupx7xuiFqN9eRAQ=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author