Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: update antiword completion for version 0.37
- X-seq: zsh-workers 26372
- From: Doug Kearns <dougkearns@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: update antiword completion for version 0.37
- Date: Tue, 20 Jan 2009 13:00:20 +1100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=7VRkV8sHWnmujHIbB/EZhWPpT1u0ej6IDQJekqp+/uE=; b=dYAmHAzz+8Y2YchZ8dikiqOSquKJiM9nkecKFUcBUoaVL3jBu8u6/yb1A9FS1Fa0U1 7yn1EWItOtryK3ke40kWRjRpdrvS7RlyY6TR6FIAMceoKpxbGPNCNiim3+or8TEcdIHg xxg5mkoWjS1oB0XIyKQ50bcTA/qqSiSA07f6A=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=eb9NVM0iXz/ykn2L+VJkzsmdJnSYJHfmVOJm7NC1zprwPn3gz9HuxePgGoaHWYskhL iGvvoYMVP9lHskDFGCMsdbOBvPy3/b4scnS/8+/oiTOU5exeN+dBuIDrx5nU3fQNa8hm MsCljvaM0meiqeTS+O9r5jEAvBQ0yQnLVkuOY=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Index: Completion/Unix/Command/_antiword
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_antiword,v
retrieving revision 1.4
diff -u -r1.4 _antiword
--- Completion/Unix/Command/_antiword 11 Jun 2005 12:23:22 -0000 1.4
+++ Completion/Unix/Command/_antiword 19 Jan 2009 12:06:44 -0000
@@ -1,6 +1,6 @@
#compdef antiword
-# Version: 0.36.1 (09 Dec 2004)
+# Version: 0.37 (21 Oct 2005)
local papersizes
@@ -17,6 +17,7 @@
'(-w -f -t -x)-i+[image level (PostScript only)]:image level:((0\:use\ non\ standard\ extensions\ from\ Ghostscript 1\:show\ no\ images 2\:PostScript\ level\ 2\ compatible 3\:PostScript\ level\ 3\ compatible))' \
'(-w -f -t -x)-L[use landscape mode (PostScript only)]' \
'-s[show hidden (by Word) text]' \
+ '-r[show removed text]' \
'(- *)-h[display help information]' \
'*:MS Word file:_files -g "*.doc(-.)"' && return
Messages sorted by:
Reverse Date,
Date,
Thread,
Author