The following commit has been merged in the master branch:
commit 3cb64accaf281f6315baa7bced2c72e1eff9d12f
Author: Ville Skyttä <[email protected]>
Date:   Wed Mar 27 13:52:22 2013 +0200

    jar: Reuse unzip's xspec (RedHat: #928253).

diff --git a/completions/jar b/completions/jar
index f16d7f7..8af86a1 100644
--- a/completions/jar
+++ b/completions/jar
@@ -15,7 +15,7 @@ _jar()
             _filedir
             ;;
         *f)
-            _filedir '@([ejsw]ar|zip|apk)'
+            _filedir_xspec unzip
             ;;
         *)
             _filedir

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to