From ce128e7efe57ba421bd183fa33e9eab78c4304c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 1 Nov 2011 19:19:43 +0200 Subject: xmllint, xmlwf: Complete on *.tld (tag library descriptor). --- completions/xmllint | 2 +- completions/xmlwf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/completions/xmllint b/completions/xmllint index 3d941f2b..b87ab33d 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 83612007..9b07c2b0 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 -- cgit v1.2.1