diff options
Diffstat (limited to 'Completion/User/_ispell')
-rw-r--r-- | Completion/User/_ispell | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Completion/User/_ispell b/Completion/User/_ispell index 13b203584..7d81952dc 100644 --- a/Completion/User/_ispell +++ b/Completion/User/_ispell @@ -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]' \ |