Skip to content

Commit a89cde2

Browse files
ittnerscop
authored andcommitted
feat(xmllint,xmlwf): also suggest *.rss files
1 parent 7051379 commit a89cde2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

completions/xmllint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ _comp_cmd_xmllint()
4646
return
4747
fi
4848

49-
_comp_compgen_filedir '@(*ml|htm|svg?(z)|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page)?(.gz)'
49+
_comp_compgen_filedir '@(*ml|htm|svg?(z)|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page|rss)?(.gz)'
5050
} &&
5151
complete -F _comp_cmd_xmllint xmllint
5252

completions/xmlwf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _comp_cmd_xmlwf()
2424
return
2525
fi
2626

27-
_comp_compgen_filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page)'
27+
_comp_compgen_filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page|rss)'
2828
} &&
2929
complete -F _comp_cmd_xmlwf xmlwf
3030

0 commit comments

Comments
 (0)