mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
28060: xmlsoft --nodtdattr completion thanks to Vincent Lefevre.
This commit is contained in:
parent
e1772fd046
commit
4085b07dbd
2 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,9 @@
|
|||
* 27998: Functions/Newuser/zsh-newuser-install: add recommended
|
||||
zshrc option.
|
||||
|
||||
* 28060: Completion/Unix/Command/_xmlsoft: xmlsoft --nodtdattr
|
||||
completion thanks to Vincent Lefevre.
|
||||
|
||||
2010-06-23 Doug Kearns <dougkearns@gmail.com>
|
||||
|
||||
* 28056: Completion/Unix/Command/_lynx: add option descriptions.
|
||||
|
@ -13340,5 +13343,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5016 $
|
||||
* $Revision: 1.5017 $
|
||||
*****************************************************
|
||||
|
|
|
@ -14,6 +14,7 @@ case $service in
|
|||
'--debug[dump the tree of the result instead]' \
|
||||
'--dumpextensions[dump registered extension elements and functions]' \
|
||||
'--novalid[skip the DTD loading phase]' \
|
||||
'--nodtdattr[do not default attributes from the DTD]' \
|
||||
'--noout[do not dump the result]' \
|
||||
'--maxdepth[increase the maximum depth]:depth' \
|
||||
'--maxparsedepth[increase the maximum parser depth]:depth' \
|
||||
|
|
Loading…
Reference in a new issue