mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 22:51:42 +02:00
49160: fix quoting for xmllint --pretty completion
This commit is contained in:
parent
1449f81183
commit
71ff799b3c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2021-08-16 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 49160: Completion/Unix/Command/_xmlsoft: fix quoting for
|
||||
xmllint --pretty completion
|
||||
|
||||
2021-08-14 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* users/26734: Doc/Zsh/builtins.yo: docs: read: Notate the
|
||||
|
|
|
@ -98,7 +98,7 @@ case $service in
|
|||
'--format[reformat/reindent the input]' \
|
||||
'--encode[output in the given encoding]:encoding:(${encoding[@]})' \
|
||||
'--dropdtd[remove the DOCTYPE of the input docs]' \
|
||||
"--pretty[pretty-print in a particular style]:style:((0\:don't\ pretty\ print 1\:reformat 2\:add\ whitespace))" \
|
||||
"--pretty[pretty-print in a particular style]:style:((0\:don\'t\ pretty\ print 1\:reformat 2\:add\ whitespace))" \
|
||||
'--c14n[save in W3C canonical format]' \
|
||||
'--c14n11[save in W3C canonical format v1.1 (with comments)]' \
|
||||
'--exc-c14n[save in W3C exclusive canonical format]' \
|
||||
|
|
Loading…
Reference in a new issue