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

This commit is contained in:
Ville Skyttä 2011-11-01 19:19:43 +02:00
parent 8890abfdfb
commit ce128e7efe
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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