[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-171-gb54aded

Ville Skyttä ville.skytta at iki.fi
Tue Jun 5 18:14:00 UTC 2012


The following commit has been merged in the master branch:
commit b54adedd4f158ac41ecd6a8c6cc7d8faf51dc069
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Jun 5 21:12:08 2012 +0300

    xmllint: Add *.svgz.

diff --git a/completions/xmllint b/completions/xmllint
index c29c52d..928a5b6 100644
--- a/completions/xmllint
+++ b/completions/xmllint
@@ -38,7 +38,7 @@ _xmllint()
         return 0
     fi
 
-    _filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld)?(.gz)'
+    _filedir '@(*ml|htm|svg?(z)|xs[dl]|rng|wsdl|jnlp|tld)?(.gz)'
 } &&
 complete -F _xmllint xmllint
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list