From 63b336243fdf5e60058472fa456ed11e75280189 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 21 Jan 2004 13:53:28 +0000 Subject: 19387: add (-.) glob qualifier to globs where only files are directly applicable --- Completion/Unix/Command/_xmlsoft | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_xmlsoft') diff --git a/Completion/Unix/Command/_xmlsoft b/Completion/Unix/Command/_xmlsoft index e6425cea7..2af60a253 100644 --- a/Completion/Unix/Command/_xmlsoft +++ b/Completion/Unix/Command/_xmlsoft @@ -29,8 +29,8 @@ case $service in '--xinclude[do XInclude processing on document input]' \ '--load-trace[print trace of all external entites loaded]' \ {--profile,--norman}'[dump profiling information]' \ - '1:stylesheet:_files -g \*.xsl' \ - ':file:_files -g \*.xml' && return + '1:stylesheet:_files -g "*.xsl(-.)"' \ + ':file:_files -g "*.xml(-.)"' && return ;; xmllint) local -a encoding -- cgit 1.4.1