On Wed, 25 Jun 2008 14:45:10 +0900, Morita Sho wrote: > Package: bash-completion > Version: 20080617.5 > Followup-For: Bug #463969 > > Hi,
Hello, > I'm interesting this bug because I have the same problem. > The bug has been marked as fixed in version 20080617.1, > but it seems to still present. > > $ mkdir foobar > $ ls > foobar > $ gdb foob[TAB] > => does not complete "foobar" This seemed to be intended: complete -F _gdb $filenames gdb Changing it to: complete -F _gdb $default gdb Seems to solve it. I've committed the change to our repository, but I'm not sure when the new version will be released. Kindly, David -- . ''`. Debian maintainer | http://wiki.debian.org/DavidPaleino : :' : Linuxer #334216 --|-- http://www.hanskalabs.net/ `. `'` GPG: 1392B174 ----|---- http://snipr.com/qa_page `- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
signature.asc
Description: PGP signature
_______________________________________________ Bash-completion-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel
