Skip to content

Commit

Permalink
xmllint: Add *.svgz.
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jun 5, 2012
1 parent e0dc594 commit b54aded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/xmllint
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ _xmllint()
return 0
fi

_filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld)?(.gz)'
_filedir '@(*ml|htm|svg?(z)|xs[dl]|rng|wsdl|jnlp|tld)?(.gz)'
} &&
complete -F _xmllint xmllint

Expand Down

0 comments on commit b54aded

Please sign in to comment.