Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_values does not quote inserted matches
- X-seq: zsh-workers 16978
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: _values does not quote inserted matches
- Date: 14 Apr 2002 00:38:19 +0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Using current CVS:
{pts/3}% _foo() {
function> _values -s , test "a b" "c d"
function> }
{pts/3}% compdef _foo foo
{pts/3}% foo a b,
Completing test
a b c d
note, that match inserted into command line is not quoted that makes it
impossible to complete more than one value.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author