Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: compsys.yo
- X-seq: zsh-workers 5996
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: compsys.yo
- Date: Wed, 31 Mar 1999 13:15:18 +0200 (MET DST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I forgot to mention some of the special contexts...
Bye
Sven
--- od/Zsh/compsys.yo Tue Mar 30 16:00:36 1999
+++ Doc/Zsh/compsys.yo Wed Mar 31 13:14:13 1999
@@ -236,6 +236,20 @@
for completing the name of a parameter expansion with braces
(`tt(${...})')
)
+item(tt(-first-))(
+for adding completions before any other other completion functions are
+tried (comparable to the `tt(-T)' flag of tt(compctl)); if this
+function sets the tt(_compskip) parameter to any value, the completion
+system will not call any other function to generate matches
+)
+item(tt(-default-))(
+for generating completions when no special completion function is used
+(comparable to the `tt(-D)' option of tt(compctl))
+)
+item(tt(-command-))(
+for completing in a command position (as with the `tt(-C)' option of
+tt(compctl))
+)
enditem()
The example system has a default implementation for each of these
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author