diff options
Diffstat (limited to 'completions/xmlwf')
-rw-r--r-- | completions/xmlwf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/xmlwf b/completions/xmlwf index d047ee1..201734f 100644 --- a/completions/xmlwf +++ b/completions/xmlwf @@ -24,7 +24,7 @@ _comp_cmd_xmlwf() return fi - _comp_compgen_filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page)' + _comp_compgen_filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page|rss)' } && complete -F _comp_cmd_xmlwf xmlwf |