diff options
| author | Doug Kearns <dkearns@users.sourceforge.net> | 2010-07-15 14:05:08 +0000 |
|---|---|---|
| committer | Doug Kearns <dkearns@users.sourceforge.net> | 2010-07-15 14:05:08 +0000 |
| commit | af0bfaea085e14f531a424e58d4276e426498e65 (patch) | |
| tree | 93813e0b4e82b7cd68e20bd2d3e47bd2e0a0ad2d /Completion/Unix/Command | |
| parent | Michael Hwang: 28075: add gpg-zip completion and other improvements to _gpg (diff) | |
| download | zsh-af0bfaea085e14f531a424e58d4276e426498e65.tar zsh-af0bfaea085e14f531a424e58d4276e426498e65.tar.gz zsh-af0bfaea085e14f531a424e58d4276e426498e65.tar.bz2 zsh-af0bfaea085e14f531a424e58d4276e426498e65.tar.lz zsh-af0bfaea085e14f531a424e58d4276e426498e65.tar.xz zsh-af0bfaea085e14f531a424e58d4276e426498e65.tar.zst zsh-af0bfaea085e14f531a424e58d4276e426498e65.zip | |
28078: update _xmlsoft
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_xmlsoft | 55 |
1 files changed, 31 insertions, 24 deletions
diff --git a/Completion/Unix/Command/_xmlsoft b/Completion/Unix/Command/_xmlsoft index 213260dd0..a1f727442 100644 --- a/Completion/Unix/Command/_xmlsoft +++ b/Completion/Unix/Command/_xmlsoft @@ -1,7 +1,28 @@ #compdef xsltproc xmllint -value-,XML_CATALOG_FILES,-default- -# xmllint: using libxml version 20622 -# xsltproc: using libxslt version 10100 +# xmllint: using libxml version 20707 +# xsltproc: using libxml 20707, libxslt 10126 and libexslt 815 + +local -a encoding + |
