Added .zip to jar completions

This commit is contained in:
David Paleino 2009-03-25 23:19:36 +01:00
parent 14c9f5b23c
commit 74780cdea8
2 changed files with 4 additions and 3 deletions

View File

@ -3065,7 +3065,7 @@ _jar()
_filedir _filedir
;; ;;
*f) *f)
_filedir '?(e|j|w)ar' _filedir '?([ejw]ar|zip|[EJW]AR|ZIP)'
;; ;;
*) *)
_filedir _filedir

5
debian/changelog vendored
View File

@ -3,7 +3,7 @@ bash-completion (1:1.x) UNRELEASED; urgency=low
[ David Paleino ] [ David Paleino ]
* Prepare for future development. * Prepare for future development.
-- David Paleino <d.paleino@gmail.com> Thu, 19 Mar 2009 19:43:44 +0100 -- David Paleino <d.paleino@gmail.com> Wed, 25 Mar 2009 23:18:24 +0100
bash-completion (1:1.0-1) UNRELEASED; urgency=low bash-completion (1:1.0-1) UNRELEASED; urgency=low
@ -85,6 +85,7 @@ bash-completion (1:1.0-1) UNRELEASED; urgency=low
* Remove unused UNAME local variable in _info() (Closes: #501843) * Remove unused UNAME local variable in _info() (Closes: #501843)
* AUTHORS added * AUTHORS added
* Make _alias() use _get_cword * Make _alias() use _get_cword
* Added .zip to jar completions
* Merge from Gentoo: * Merge from Gentoo:
- fix 'find' completion so that it properly completes on -?(i)whilename. - fix 'find' completion so that it properly completes on -?(i)whilename.
Patch by Ciaran McCreesh. Patch by Ciaran McCreesh.
@ -166,7 +167,7 @@ bash-completion (1:1.0-1) UNRELEASED; urgency=low
[ Santiago M. Mola ] [ Santiago M. Mola ]
* Add .ape to mplayer supported extensions (Alioth#311510). * Add .ape to mplayer supported extensions (Alioth#311510).
-- David Paleino <d.paleino@gmail.com> Thu, 19 Mar 2009 19:41:38 +0100 -- David Paleino <d.paleino@gmail.com> Wed, 25 Mar 2009 23:18:24 +0100
bash-completion (20080705) unstable; urgency=low bash-completion (20080705) unstable; urgency=low