Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Something else wrong with _multi_parts
- X-seq: zsh-workers 9808
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Something else wrong with _multi_parts
- Date: Mon, 21 Feb 2000 09:41:42 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Given something like
names=( foo bar home/test /usr/tmp /tmp/foo )
_multi_parts / names
Only (/usr/tmp /tmp/foo) make it into the `matches' array in _multi_parts.
I would have expected to be offered (foo bar home /) as the initial set of
completions.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author