about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2009-01-20 02:04:27 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2009-01-20 02:04:27 +0000
commit7361b28c9c248129f785a52d36944a983b110c21 (patch)
tree510faace8d3397eaeef78b256d803c67cc5d4fca /Completion
parent46cdeb71b7c8dae7517ef832130049dc1e821cb6 (diff)
downloadzsh-7361b28c9c248129f785a52d36944a983b110c21.tar.gz
zsh-7361b28c9c248129f785a52d36944a983b110c21.tar.xz
zsh-7361b28c9c248129f785a52d36944a983b110c21.zip
26372: update antiword completion for version 0.37
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_antiword3
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_antiword b/Completion/Unix/Command/_antiword
index 445a3fab1..385bda66b 100644
--- a/Completion/Unix/Command/_antiword
+++ b/Completion/Unix/Command/_antiword
@@ -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 @@ _arguments -s -S \
   '(-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