Select lists are sometimes displayed with incorrect vertical alignment
if an item contains one or more German umlauts. Examples:
select x in äöü blah{1..20}; do :; done # wrong
select x in amöbe blah{1..20}; do :; done # wrong
select x in amöb blah{1..20}; d
On 5/30/10 4:22 AM, Jan Schampera wrote:
> If this is not a bug, what's the reason behind this? Is it to blindly
> report success when an operand "looks like a pathname"?
`hash' ignores operands with slashes. It just doesn't consider them at
all. They don't get into the hash table and they don'
Bernd Eggink wrote:
Select lists are sometimes displayed with incorrect vertical alignment
if an item contains one or more German umlauts. Examples:
select x in äöü blah{1..20}; do :; done# wrong
select x in amöbe blah{1..20}; do :; done# wrong
select x in amöb blah{1..