diff options
Diffstat (limited to 'Completion/User/_pdf')
-rw-r--r-- | Completion/User/_pdf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Completion/User/_pdf b/Completion/User/_pdf index 076b0d111..795e8545b 100644 --- a/Completion/User/_pdf +++ b/Completion/User/_pdf @@ -1,8 +1,11 @@ #compdef acroread pdf2dsc pdf2ps pdfimages pdfinfo pdftopbm pdftops pdftotext xpdf +local expl + # ghostscript: # pdf2dsc pdf2ps # xpdf: # pdfimages pdfinfo pdftopbm pdftops pdftotext xpdf -_files -g '*.(#i)pdf' +_description expl 'PDF file' +_files "$expl[@]" -g '*.(#i)pdf' |