summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:13:42 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:13:42 +0000
commit08cbb23076c84ad4250d68d09728085cc6b06669 (patch)
tree59585c9eb0c323504a47d7c62e4e9c001a5bba4b
parent685b443c94ce1fb9233eb51956234294ed951d5c (diff)
downloadzsh-08cbb23076c84ad4250d68d09728085cc6b06669.tar.gz
zsh-08cbb23076c84ad4250d68d09728085cc6b06669.zip
moved to Completion/X/Command/_gv
-rw-r--r--Completion/User/_gv39
1 files changed, 0 insertions, 39 deletions
diff --git a/Completion/User/_gv b/Completion/User/_gv
deleted file mode 100644
index cc6e646d7..000000000
--- a/Completion/User/_gv
+++ /dev/null
@@ -1,39 +0,0 @@
-#compdef gv gview
-
-_xt_arguments \
- '(-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 -z'