about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-31 10:46:38 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-31 10:46:38 +0000
commit5a0164d05551ae223ca445380c1b5b42bf572fa5 (patch)
treecd17c64b991d50c69a0a7a5a664e843b28860623 /Completion/X
parenta0de0207d067ea14d782cc70bf8f6ad1ac71da6d (diff)
downloadzsh-5a0164d05551ae223ca445380c1b5b42bf572fa5.tar.gz
zsh-5a0164d05551ae223ca445380c1b5b42bf572fa5.tar.xz
zsh-5a0164d05551ae223ca445380c1b5b42bf572fa5.zip
zsh-3.1.6-pws-2
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/_gv14
1 files changed, 0 insertions, 14 deletions
diff --git a/Completion/X/_gv b/Completion/X/_gv
deleted file mode 100644
index 887224a0f..000000000
--- a/Completion/X/_gv
+++ /dev/null
@@ -1,14 +0,0 @@
-#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'