path autocompletion broken for path name with space #2450
Labels
area: core
Issues not related to a specific subsystem
prio: low
Minor problem or easily worked around
ver: 4.7.0.3
Reproducible in version 4.7.0.3
Milestone
Important
This issue was migrated from Trac:
powerman
(powerman-asdf@….ru)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/
The text was updated successfully, but these errors were encountered: