Skip to content

Commit

Permalink
Alexey: 30322: Completion/Unix/Command/_xmlsoft: accept more
Browse files Browse the repository at this point in the history
file types.
  • Loading branch information
Peter Stephenson committed Mar 6, 2012
1 parent 43ddb73 commit a0d24f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ChangeLog
@@ -1,3 +1,8 @@
2012-03-06 Peter Stephenson <p.w.stephenson@ntlworld.com>

* Alexey: 30322: Completion/Unix/Command/_xmlsoft: accept more
file types.

2012-03-05 Clint Adams <clint@zsh.org>

* 30314: Completion/Unix/Command/_ssh: add completion for
Expand Down Expand Up @@ -16072,5 +16077,5 @@

*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5604 $
* $Revision: 1.5605 $
*****************************************************
2 changes: 1 addition & 1 deletion Completion/Unix/Command/_xmlsoft
Expand Up @@ -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)
Expand Down

0 comments on commit a0d24f0

Please sign in to comment.