Ticket #2288 (new defect) — at Version 2

Opened 14 years ago

Last modified 13 years ago

Regression in path autocompletion

Reported by: angel_il Owned by:
Priority: major Milestone: 4.7.5
Component: mc-core Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description (last modified by andrew_b) (diff)

how to reproduce:
1) type 'cd /usr' in command line
2) press 'esc tab' (autocomplete)
3) autocomplete dialog shows

 /usr/X11R6.bak/            
 /usr/X11R6/                
 /usr/adm/                  
 /usr/bin/                  
 /usr/dict/                 
 /usr/doc/                  
 /usr/etc/                  
 /usr/i486-slackware-linux/ 
 /usr/include/              
 /usr/info/                 
 /usr/lib/                  
 /usr/libexec/              
 /usr/local/                
 /usr/man/                  
 /usr/sbin/                 
 /usr/share/                
 /usr/spool/                
 /usr/src/                  
 /usr/tmp/

4) press 'l'
5) autocompletion result: 'cd /'
6) expected result: 'cd /usr/l'

Change History

comment:1 Changed 14 years ago by andrew_b

  • Description modified (diff)
  • Summary changed from Regression: path autocompletion to Regression in path autocompletion

comment:2 Changed 14 years ago by andrew_b

  • Description modified (diff)

It seems this bug was introduced in merge with m-utf-8 branch. The last CVS snaphot works correct.

Note: See TracTickets for help on using tickets.