about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-11-25 15:28:43 +0000
committerClint Adams <clint@users.sourceforge.net>2005-11-25 15:28:43 +0000
commit4aad4ad3492f003c1cfbbb0fa243cda6c92c30ad (patch)
tree1d6ab513422ee71acb67630205d4148c9cb5470e /Completion/X
parent59e1574eaae5bf95c28eb1f1eb7b9f76b9f4ef5a (diff)
downloadzsh-4aad4ad3492f003c1cfbbb0fa243cda6c92c30ad.tar.gz
zsh-4aad4ad3492f003c1cfbbb0fa243cda6c92c30ad.tar.xz
zsh-4aad4ad3492f003c1cfbbb0fa243cda6c92c30ad.zip
update dput, baz, getconf, gpg, iconv, man, ssh, xmlsoft, gv from HEAD
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_gv42
1 files changed, 42 insertions, 0 deletions
diff --git a/Completion/X/Command/_gv b/Completion/X/Command/_gv
new file mode 100644
index 000000000..6075de508
--- /dev/null
+++ b/Completion/X/Command/_gv
@@ -0,0 +1,42 @@
+#compdef gv
+
+_arguments \
+  '-geometry:geometry:_x_geometry' \
+  '(--nosafer)--safer' \
+  '(--safer)--nosafer' \
+  '(--noquiet)--quiet' \
+  '(--quiet)--noquiet' \
+  '(--nocenter)--center' \
+  '(--center)--nocenter' \
+  '(--noswap)--swap' \
+  '(--swap)--noswap' \
+  '(--noantialias)--antialias' \
+  '(--antialias)--noantialias' \
+  '(--nodsc)--dsc' \
+  '(--dsc)--nodsc' \
+  '(--noeof)--eof' \
+  '(--eof)--noeof' \
+  '(--nopixmap)--pixmap' \
+  '(--pixmap)--nopixmap' \
+  '(--nowatch)--watch' \
+  '(--watch)--nowatch' \
+  '(--noresize)--resize' \
+  '(--resize)--noresize' \
+  '(--grayscale --color)--monochrome' \
+  '(--monochrome --color)--grayscale' \
+  '(--grayscale --color)--monochrome' \
+  '(--landscape --seascape --upsidedown)--portrait' \
+  '(--portrait --seascape --upsidedown)--landscape' \
+  '(--portrait --landscape --upsidedown)--seascape' \
+  '(--portrait --landscape --seascape)--upsidedown' \
+  --{help,spartan} \
+  -{h,v} \
+  '--arguments=:ghostscript arguments:' \
+  '--page=:label of first page:' \
+  '--media=:page size:(Letter Legal Statement Tabloid Ledger Folio Quarto 10x14 Executive A3 A4 A5 B4 B5)' \
+  '--orientation=:orientation:' \
+  '--scale=:scale entry:' \
+  '--scalebase=:scale base:' \
+  '--ad=:resource file:_files' \
+  '--style=:resource file:_files' \
+  '*:file: _pspdf -z'