1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00

23712: handle dvips -j.

This commit is contained in:
Clint Adams 2007-07-27 21:33:53 +00:00
parent ab3c63ff9b
commit 60a05cf85a
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2007-07-27 Clint Adams <clint@zsh.org>
* 23712: Completion/Unix/Command/_dvi: handle dvips -j.
2007-07-26 Peter Stephenson <pws@csr.com>
* 23703: Src/init.c: getenv() should be zgetenv().

View file

@ -26,6 +26,7 @@ dvips)
'-F[append control-D]' \
'-h[specify additional header file]:postscript header file:_files -g "*.(#i)(ps|eps)(-.)"' \
'-i[one file per section]' \
'-j[download fonts partially]' \
'-k[print crop marks]' \
'-K[include postscript comments]' \
'(-pp)-l[specify last page to print]:number of last page' \