[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-10-ge2e64a1

Ville Skyttä ville.skytta at iki.fi
Sun Jul 8 21:05:16 UTC 2012


The following commit has been merged in the master branch:
commit 6a71ee504c11b798125b9c85359d5b7367a27dd4
Author: Jeroen Hoek <mail at jeroenhoek.nl>
Date:   Sat Jul 7 11:42:34 2012 +0200

    Add more complete OpenDocument support to unzip completion.

diff --git a/bash_completion b/bash_completion
index d6ae8ae..2a41208 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1847,7 +1847,7 @@ _install_xspec()
 }
 # bzcmp, bzdiff, bz*grep, bzless, bzmore intentionally not here, see Debian: #455510
 _install_xspec '!*.?(t)bz?(2)' bunzip2 bzcat pbunzip2 pbzcat lbunzip2 lbzcat
-_install_xspec '!*.@(zip|[ejsw]ar|exe|pk3|wsz|zargo|xpi|sxw|o[tx]t|od[fgpst]|epub|apk)' unzip zipinfo
+_install_xspec '!*.@(zip|[ejsw]ar|exe|pk3|wsz|zargo|xpi|sxw|ot[tspgfc]|od[tspgfcm]|oxt|epub|apk)' unzip zipinfo
 _install_xspec '*.Z' compress znew
 # zcmp, zdiff, z*grep, zless, zmore intentionally not here, see Debian: #455510
 _install_xspec '!*.@(Z|[gGd]z|t[ag]z)' gunzip zcat unpigz

-- 
bash-completion



More information about the Bash-completion-commits mailing list