xmllint, xmlwf: Complete on *.tld (tag library descriptor).
This commit is contained in:
parent
8890abfdfb
commit
ce128e7efe
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user