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

Bug in (:s/L/R) glob modifier in 3.0.5



zagzig[27] echo $i | cat -v
xxxfooxxx
zagzig[28] echo $i(:s/foo/bar) | cat -v
xxxbarM-^Ixxx
zagzig[29] echo $i(:s/foo/bar/) | cat -v
xxxbarxxx

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



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