diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2005-04-11 18:12:51 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2005-04-11 18:12:51 +0000 |
| commit | bd718425bb41f08fb9d06968b339455abb37e2dd (patch) | |
| tree | e02a08a07d6adacb86d12ee762ce81e67eb8d503 | |
| parent | 21131: exit with status 127 when script not found (diff) | |
| download | zsh-bd718425bb41f08fb9d06968b339455abb37e2dd.tar zsh-bd718425bb41f08fb9d06968b339455abb37e2dd.tar.gz zsh-bd718425bb41f08fb9d06968b339455abb37e2dd.tar.bz2 zsh-bd718425bb41f08fb9d06968b339455abb37e2dd.tar.lz zsh-bd718425bb41f08fb9d06968b339455abb37e2dd.tar.xz zsh-bd718425bb41f08fb9d06968b339455abb37e2dd.tar.zst zsh-bd718425bb41f08fb9d06968b339455abb37e2dd.zip | |
* 21132: Completion/Unix/Type/_pdf, Completion/X/Command/_xpdf:
complete xpdf options, and also complete .pdf.bz2 files when
completing compressed PDF files.
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | Completion/Unix/Type/_pdf | 4 | ||||
| -rw-r--r-- | Completion/X/Command/_xpdf | 31 |
3 files changed, 39 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2005-04-11 Clint Adams <clint@zsh.org> + + * 21132: Completion/Unix/Type/_pdf, Completion/X/Command/_xpdf: + complete xpdf options, and also complete .pdf.bz2 files when + completing compressed PDF files. + 2005-04-11 Peter Stephenson <pws@csr.com> * 21131: Src/init.c, Test/A01grammar.ztst: exit with status 127 diff --git a/Completion/Unix/Type/_pdf b/Completion/Unix/Type/_pdf index 386135e7c..95cda4dfd 100644 --- a/Completion/Unix/Type/_pdf +++ b/Completion/Unix/Type/_pdf @@ -1,4 +1,4 @@ -#compdef pdf2dsc pdf2ps pdfimages pdfinfo pdftopbm pdftops pdftotext xpdf pdfopt pdffonts kpdf +#compdef pdf2dsc pdf2ps pdfimages pdfinfo pdftopbm pdftops pdftotext pdfopt pdffonts kpdf local expl ext='' @@ -8,7 +8,7 @@ local expl ext='' # pdfimages pdfinfo pdftopbm pdftops pdftotext xpdf pdffonts |
