Use -o filenames instead of -o default for Perl.
This commit is contained in:
parent
d8481d94fc
commit
aba8fcccbc
@ -1,6 +1,6 @@
|
|||||||
# bash_completion - programmable completion functions for bash 3.0
|
# bash_completion - programmable completion functions for bash 3.0
|
||||||
#
|
#
|
||||||
# $Id: bash_completion,v 1.830 2005/07/28 00:11:14 ianmacd Exp $
|
# $Id: bash_completion,v 1.831 2005/07/30 06:27:32 ianmacd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -5031,7 +5031,7 @@ _perl()
|
|||||||
-n -a -F -l -0 -I -m -M -P -S -x -i -e ' -- $cur ) )
|
-n -a -F -l -0 -I -m -M -P -S -x -i -e ' -- $cur ) )
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
complete -F _perl $default perl
|
complete -F _perl $filenames perl
|
||||||
|
|
||||||
_perldoc()
|
_perldoc()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user