about summary refs log tree commit diff
path: root/Completion/User/_gv
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-23 08:27:01 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-23 08:27:01 +0000
commit989faba5887f1961b31a2e16b42261ee48355042 (patch)
tree77d6a7f1a71405b2bf84911d7067b6ce56530d69 /Completion/User/_gv
parent0992bff14c9274d26a30b1ace878ccface48d006 (diff)
downloadzsh-989faba5887f1961b31a2e16b42261ee48355042.tar.gz
zsh-989faba5887f1961b31a2e16b42261ee48355042.tar.xz
zsh-989faba5887f1961b31a2e16b42261ee48355042.zip
complete compressed files for gv; improve results from _pspdf (12692)
Diffstat (limited to 'Completion/User/_gv')
-rw-r--r--Completion/User/_gv35
1 files changed, 30 insertions, 5 deletions
diff --git a/Completion/User/_gv b/Completion/User/_gv
index 887224a0f..cc6e646d7 100644
--- a/Completion/User/_gv
+++ b/Completion/User/_gv
@@ -1,14 +1,39 @@
 #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} \
-
+  '(-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' \
+  -{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'
+  '-style:resource file:_files' \
+  '*:file: _pspdf -z'