Bug#443394: bash: [completion] Perl completion doesn't complete filenames past 1st

2008-02-07 Thread Kevin Locke
The patch proposed in the initial bug report has the problem that since -* is stripped off of $cur and placed in $prev in the opening lines of the _perl function, the test will always be true. I have attached my approach to the same problem, with the addition of completing -I and -x arguments

Bug#443394: bash: [completion] Perl completion doesn't complete filenames past 1st argument

2007-09-20 Thread David Caldwell
Package: bash Version: 3.1dfsg-8 Severity: normal Bash completion by default doesn't try to complete filenames on arguments other than the very first one. This behavior is very annoying. The following patch fixes the problem: --- bash_completion.orig2007-09-20 18:24:14.0 -0700