1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00

11548: -h flag for ispell

This commit is contained in:
Clint Adams 2000-05-24 05:58:20 +00:00
parent 72639fca30
commit fae0b54f1c
2 changed files with 8 additions and 2 deletions

@ -1,3 +1,8 @@
2000-05-24 Clint Adams <schizo@debian.org>
* 11548: Completion/User/_ispell: add -h switch to
designate input file as HTML.
2000-05-23 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 11542: Doc/Zsh/compsys.yo: more wording `improvements'.

@ -3,8 +3,9 @@
case "${words[1]:t}" in
ispell)
_arguments -s \
'(-n)-t[input file is in TeX/LaTeX format]' \
'(-t)-n[input file is in nroff/troff format]' \
'(-n -h)-t[input file is in TeX/LaTeX format]' \
'(-t -h)-n[input file is in nroff/troff format]' \
'(-n -t)-h[input file is in HTML format]' \
'(-x)-b[create backup file]' \
'(-b)-x[don'"'"'t create backup file]' \
'(-C)-B[report run-together words as errors]' \