mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: capitalize _acroread file match description
This commit is contained in:
parent
9da807ab7f
commit
be6e24fe13
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-02-12 Doug Kearns <djkea2@mugca.its.monash.edu.au>
|
||||
|
||||
* unposted: Completion/X/Command/_acroread: capitalize PDF
|
||||
abbreviation in the file match descriptions
|
||||
|
||||
2004-02-10 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 19415: Doc/Zsh/options.yo: fix documentation to indicate that
|
||||
|
|
|
@ -16,7 +16,7 @@ _x_arguments -C \
|
|||
'-visual:X visual:_x_visual' \
|
||||
'-xrm:X resource specification:_x_resource' \
|
||||
'-toPostScript:*::PostScript conversion options:= ->tops' \
|
||||
'*:pdf file:_files -g "*.(#i)pdf(-.)"' && return
|
||||
'*:PDF file:_files -g "*.(#i)pdf(-.)"' && return
|
||||
|
||||
[[ -n "$state" ]] && _arguments \
|
||||
'-pairs:*:pdf_file_1 ps_file_1 ...:_files -g "*.(#i)(pdf|ps)(-.)"' \
|
||||
|
@ -38,6 +38,6 @@ _x_arguments -C \
|
|||
-shrink \
|
||||
'-size:page size (or custom size wxh in points):(letter tabloid ledger legal executive a3 a4 a5 b4 b5)' \
|
||||
'-transQuality:transparency flattening level:(1 2 3 4 5)' \
|
||||
'*:pdf file:_files -g "*.(#i)pdf(-.)"' && return
|
||||
'*:PDF file:_files -g "*.(#i)pdf(-.)"' && return
|
||||
|
||||
return 1
|
||||
|
|
Loading…
Reference in a new issue