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

Something else wrong with _multi_parts



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