Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

_values does not quote inserted matches



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