about summary refs log tree commit diff
path: root/Completion/User/_gv
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-30 16:51:14 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-30 16:51:14 +0000
commit585e059c1841f9e7bab298df9aceec7174f4bbfd (patch)
tree0d19725571a73efbdc3bfa898fe9dde0efb12d41 /Completion/User/_gv
parent2a47366459bf5a52d701c241a04d4e83f6a56260 (diff)
downloadzsh-3.1.6-pws-2.tar.gz
zsh-3.1.6-pws-2.tar.xz
zsh-3.1.6-pws-2.zip
zsh-3.1.6-pws-2 zsh-3.1.6-pws-2
Diffstat (limited to 'Completion/User/_gv')
-rw-r--r--Completion/User/_gv14
1 files changed, 14 insertions, 0 deletions
diff --git a/Completion/User/_gv b/Completion/User/_gv
new file mode 100644
index 000000000..887224a0f
--- /dev/null
+++ b/Completion/User/_gv
@@ -0,0 +1,14 @@
+#compdef gv gview
+
+_xt_arguments \
+  -{,no}{safer,quiet,center,swap,antialias,dsc,eof,pixmap,watch,resize} \
+  -{monochrome,grayscale,color,portrait,landscape,upsidedown,seascape,h,help,v,spartan} \
+
+  '-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)' \
+  '-scale:scale entry:' \
+  '-scalebase:scale base:' \
+  '-ad:resource file:_files' \
+  '-style:resource file:_files'
+  '*:file:_pspdf'