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

Re: preserve-prefix allows only single value?



On Oct 25,  2:22pm, Borsenkow Andrej wrote:
} Subject: preserve-prefix allows only single value?
}
} [...] I can specify only
} single value for preserve-prefix, i.e. it is impossible to give both //
} and ?:/ (for drive access). 

Sure it's possible.  It's a glob pattern, after all.

	zstyle \* preserve-prefix '(/|?:)/'

} Is it intentional?

It looks like it, from the places the style is tested.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author