Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compadd -f with IPREFIX.
- X-seq: zsh-workers 6374
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: compadd -f with IPREFIX.
- Date: Mon, 31 May 1999 09:03:40 +0200 (MET DST)
- In-reply-to: "Bart Schaefer"'s message of Sat, 29 May 1999 08:15:12 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> Didn't you say the documentation explicitly says this won't happen? So
> shouldn't there be some kind of documentation patch to go with the change?
Ahem. Thanks.
Bye
Sven
diff -u od/Zsh/compwid.yo Doc/Zsh/compwid.yo
--- od/Zsh/compwid.yo Thu May 20 08:32:30 1999
+++ Doc/Zsh/compwid.yo Mon May 31 09:02:10 1999
@@ -424,7 +424,8 @@
)
item(tt(-r) var(remove-chars))(
This is a more versatile form of the tt(-q) option.
-The suffix given with tt(-S) will be automatically removed if
+The suffix given with tt(-S) or the slash automatically added after
+completing directories will be automatically removed if
the next character typed inserts one of the characters given in the
var(remove-chars). This string is parsed as a characters class and
understands the backslash sequences used by the tt(print) command. For
@@ -436,8 +437,8 @@
as `tt(-S "=" -r "= \t\n\-")'.
)
item(tt(-R) var(remove-func))(
-This is another form of the tt(-r) option. When a suffix given with the
-tt(-S) option has been inserted and the completion accepted, the function
+This is another form of the tt(-r) option. When a suffix
+has been inserted and the completion accepted, the function
var(remove-func) will be called after the next character typed. It is
passed the length of the suffix as an argument and can use the special
parameters available in ordinary (non-completion) zle widgets (see
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author