diff options
Diffstat (limited to 'completions/xmllint')
-rw-r--r-- | completions/xmllint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/xmllint b/completions/xmllint index 57445bb..e424840 100644 --- a/completions/xmllint +++ b/completions/xmllint @@ -46,7 +46,7 @@ _comp_cmd_xmllint() return fi - _comp_compgen_filedir '@(*ml|htm|svg?(z)|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page)?(.gz)' + _comp_compgen_filedir '@(*ml|htm|svg?(z)|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page|rss)?(.gz)' } && complete -F _comp_cmd_xmllint xmllint |