Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _ispell missing HTML switch
- X-seq: zsh-workers 11548
 
- From: Clint Adams <schizo@xxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: PATCH: _ispell missing HTML switch
 
- Date: Wed, 24 May 2000 01:55:22 -0400
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
Since the latest version of ispell seems to be from 1995, I
don't anticipate any compatibility problems.
Index: Completion/User/_ispell
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/User/_ispell,v
retrieving revision 1.2
diff -u -r1.2 _ispell
--- Completion/User/_ispell	2000/04/05 11:28:09	1.2
+++ Completion/User/_ispell	2000/05/24 05:48:33
@@ -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]' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author