zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: _ispell missing HTML switch
Date: Wed, 24 May 2000 01:55:22 -0400	[thread overview]
Message-ID: <20000524015522.B13195@scowler.net> (raw)

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]' \


                 reply	other threads:[~2000-05-24  5:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000524015522.B13195@scowler.net \
    --to=schizo@debian.org \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).