Tab completion broken when file names contain underscores. #1398
Closed
Description
e.g.
mkdir test
touch a.z b.z c.z d.z a_.z b_.z c_.z
ls <tab>
on the first tab you see
ls .z
on the second, you see
a.z b.z c.z d.z
files with underscores are not shown.
Activity