Ticket #2450 (new defect)

Opened 13 years ago

Last modified 9 years ago

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

comment:1 Changed 13 years ago by andrew_b

Related to #2288.

comment:2 Changed 13 years ago by andrew_b

  • Blocked By 55 added

comment:3 Changed 11 years ago by slavazanko

  • Blocked By 55 removed

(In #55) merged to master:

git log --pretty=oneline 74d71e7..0608af2

comment:4 Changed 9 years ago by andrew_b

  • Branch state set to no branch
  • Milestone changed from 4.8 to Future Releases
Note: See TracTickets for help on using tickets.