[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-488-gce128e7

Ville Skyttä ville.skytta at iki.fi
Tue Nov 1 17:20:26 UTC 2011


The following commit has been merged in the master branch:
commit ce128e7efe57ba421bd183fa33e9eab78c4304c9
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Nov 1 19:19:43 2011 +0200

    xmllint, xmlwf: Complete on *.tld (tag library descriptor).

diff --git a/completions/xmllint b/completions/xmllint
index 3d941f2..b87ab33 100644
--- a/completions/xmllint
+++ b/completions/xmllint
@@ -38,7 +38,7 @@ _xmllint()
         return 0
     fi
 
-    _filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp)?(.gz)'
+    _filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld)?(.gz)'
 } &&
 complete -F _xmllint xmllint
 
diff --git a/completions/xmlwf b/completions/xmlwf
index 8361200..9b07c2b 100644
--- a/completions/xmlwf
+++ b/completions/xmlwf
@@ -25,7 +25,7 @@ _xmlwf()
         return 0
     fi
 
-    _filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp)'
+    _filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld)'
 } &&
 complete -F _xmlwf xmlwf
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list