1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 06:56:05 +02:00

26372: update antiword completion for version 0.37

This commit is contained in:
Doug Kearns 2009-01-20 02:04:27 +00:00
parent 46cdeb71b7
commit 7361b28c9c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-01-20 Doug Kearns <dougkearns@gmail.com>
* 26372: Completion/Unix/Command/_antiword: update for version
0.37.
2009-01-19 Peter Stephenson <pws@csr.com>
* 26366: Doc/Zsh/zle.yo, Src/Zle/iwidgets.list,
@ -10952,5 +10957,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4518 $
* $Revision: 1.4519 $
*****************************************************

View File

@ -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