1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-26 04:30:27 +01:00

22285: assorted fixes:

_imagemagick files
intro.yo list of other manual pages
pick-web-browser: add firefox
zsh-mime-setup: list consistent with styles for zsh-mime-handler
This commit is contained in:
Peter Stephenson 2006-02-19 21:20:43 +00:00
parent a915138852
commit e66dce41bc
5 changed files with 30 additions and 6 deletions

View file

@ -14,7 +14,7 @@ typeset -A opt_args
formats=jpg:jpeg:tiff:miff:ras:bmp:cgm:dcx:ps:eps:fig:fits:fpx:gif:mpeg:pbm:pgm:ppm:pcd:pcl:pdf:pcx:png:rad:rgb:rgba:rle:sgi:html:shtml:tga:ttf:uil:xwd:xbm:xpm:yuv
if (( $# )); then
_files "$@" "$expl[@]" -g '*.(#i)(${~format//:/|})(-.)'
_files "$@" -g "*.(#i)(${~formats//:/|})(-.)"
return
fi