- allow Java completion to cover .ear files (J2EE Enterprise Application
aRchive)
This commit is contained in:
parent
ff77299fb6
commit
9b51bb2b7e
@ -1,6 +1,6 @@
|
||||
# bash_completion - some programmable completion functions for bash 2.05b
|
||||
#
|
||||
# $Id: bash_completion,v 1.525 2003/02/06 19:06:29 ianmacd Exp $
|
||||
# $Id: bash_completion,v 1.526 2003/02/06 19:08:16 ianmacd Exp $
|
||||
#
|
||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||
#
|
||||
@ -2300,7 +2300,7 @@ _jar()
|
||||
_filedir
|
||||
;;
|
||||
*f)
|
||||
_filedir '?(j|w)ar'
|
||||
_filedir '?(e|j|w)ar'
|
||||
;;
|
||||
*)
|
||||
_filedir
|
||||
|
Loading…
x
Reference in New Issue
Block a user