about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-03-06 20:08:54 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-03-06 20:08:54 +0000
commita0d24f0bf3bfc7509557089bd6e0336f8da0494f (patch)
tree8d2306b0ea9fc7c636f02c58df806ccaf15a8a6a /Completion
parent43ddb7329773fb1bc7c9aa454fa82d747fb3b069 (diff)
downloadzsh-a0d24f0bf3bfc7509557089bd6e0336f8da0494f.tar.gz
zsh-a0d24f0bf3bfc7509557089bd6e0336f8da0494f.tar.xz
zsh-a0d24f0bf3bfc7509557089bd6e0336f8da0494f.zip
Alexey: 30322: Completion/Unix/Command/_xmlsoft: accept more
file types.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_xmlsoft2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_xmlsoft b/Completion/Unix/Command/_xmlsoft
index a1f727442..8e39ecc9a 100644
--- a/Completion/Unix/Command/_xmlsoft
+++ b/Completion/Unix/Command/_xmlsoft
@@ -53,7 +53,7 @@ case $service in
       '--xincludestyle[do XInclude processing on stylesheets]' \
       '--load-trace[print trace of all external entites loaded]' \
       {--profile,--norman}'[dump profiling information]' \
-      '1:stylesheet:_files -g "*.xsl(-.)"' \
+      '1:stylesheet:_files -g "*.xslt#(-.)"' \
       ':file:_files -g "*.xml(-.)"' && return
   ;;
   xmllint)