summaryrefslogtreecommitdiffstats
path: root/completions/xmllint
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:03:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:03:58 +0000
commitd460debc6f2747699a54b7ea0e25f4ec69bf1b3d (patch)
treeca88441f05ddeb5857757e4fbba5f266119e0439 /completions/xmllint
parentAdding upstream version 1:2.12.0. (diff)
downloadbash-completion-d460debc6f2747699a54b7ea0e25f4ec69bf1b3d.tar.xz
bash-completion-d460debc6f2747699a54b7ea0e25f4ec69bf1b3d.zip
Adding upstream version 1:2.13.0.upstream/1%2.13.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--completions/xmllint2
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