#561 closed bug (fixed)
Tab complete doesn't always escape characters
Reported by: | johndrinkwater | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | |
Keywords: | Cc: | diver | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Tab completion fails for applications/files with a space in the name - ie, "Gobe Productive" $ Gob<tab> $ Gobe Productive
This problem only occurs if the file is the first command on the line, trying $ ls Gob<tab> % ls Gobe\ Productive works fine
Change History (4)
comment:1 by , 19 years ago
Cc: | added |
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Status: | new → closed |
---|
comment:4 by , 19 years ago
Resolution: | → fixed |
---|
Note:
See TracTickets
for help on using tickets.
fixed in 17325, some bash patches weren't applied for some unknown reason :)