Ticket #2450 (new defect)
path autocompletion broken for path name with space
Reported by: | powerman | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future Releases |
Component: | mc-core | Version: | 4.7.0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
mkdir -p 'A B/C'
mkdir -p 'DE/F'
Now try to autocomplete these paths in MC command line or file copy dialog box using <esc><tab>:
A<esc><tab> result in: A\ B/
A\ B/<esc><tab> result in: A\ B/ expected: A\ B/C/
D<esc><tab> result in: DE/
DE/<esc><tab> result in: DE/F/
Change History
Note: See
TracTickets for help on using
tickets.
Related to #2288.