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

[bug] duplication when using the w/W modifiers with the u/l ones at least



$ a=FOOBAR
$ echo $a:W[B]l
foobarBar

Expected "fooBar"

~$ a='aa bb cc'
~$ echo $a:wu
AA BB CC BB CC CC

Expected "AA BB CC"

OK with the "a" and "s" modifiers at least.

-- 
Stephane




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