bash-completion-Bugs item #313716, was changed at 2012-07-13 15:04 by Igor 
Murzov
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=313716&group_id=100114

>Status: Pending
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Completion fails under directories containing 4 spaces 
Distribution: Gentoo
Originally reported in: None
Milestone: None
Status: None
Original bug number: 


Initial Comment:
Anonymous message posted by poletti.ma...@gmail.com

The following is in bash-completion-1.3, 2.0 is not yet available in Gentoo. 
From the 2.0 changelog, it doesn't seem to be fixed, but I may be wrong.

Testcase:
mkdir 'a directory with 4 spaces'{,/fileA,/fileB}
cd a<TAB>f<TAB>


Current behavior:
 > cd a\ directory\ with\ 4\ spaces/f
fileA/ fileB/ 
 > cd a\ directory\ with\ 4\ spaces/

Expected behavior:
 > cd a\ directory\ with\ 4\ spaces/f
fileA/ fileB/ 
 > cd a\ directory\ with\ 4\ spaces/file


Note that if you don't type "f", the second tab works as expected.


----------------------------------------------------------------------

>Comment By: Igor Murzov (garik-guest)
Date: 2012-07-13 15:04

Message:
Works for me. Please test bash-completion-2.0

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=313716&group_id=100114

_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

Reply via email to