Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] _xmlsoft: accept *.xsl and *.xslt as possible completions for xsltproc



From: "Alexey I. Froloff" <raorn@xxxxxxxxxxxx>

---
 Completion/Unix/Command/_xmlsoft |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Completion/Unix/Command/_xmlsoft b/Completion/Unix/Command/_xmlsoft
index a1f7274..8e39ecc 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)
-- 
1.7.7.5



Messages sorted by: Reverse Date, Date, Thread, Author