On Tue, Oct 14, 2014 at 04:22:20PM -0700, Andrew DeFaria wrote: > Now I did some Bash completion stuff before so I'm familiar but > where would I find which completion thing causes this to work but > only if -d was not specified? > > Specify some other Perl option (i.e. -v) and it WORKS! > > To recap: perl -d mysc<tab> does NOT complete to perl -d myscript.pl > but perl -v mysc<tab> does! That's just odd!
This is all provided by the bash-completion package. You should be able to download the source code using setup-*.exe as usual, or the specific script you're after is /etc/bash_completion.d/perl. The upstream release of bash-completion is v2.1; the official Cygwin version seems to be based on v1.3, so it could be that this is resolved in future releases. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple