From e66dce41bccc73867efde01958d8d51f11041706 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 19 Feb 2006 21:20:43 +0000 Subject: 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 --- Completion/Unix/Command/_imagemagick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_imagemagick') diff --git a/Completion/Unix/Command/_imagemagick b/Completion/Unix/Command/_imagemagick index 5abae4425..56d530326 100644 --- a/Completion/Unix/Command/_imagemagick +++ b/Completion/Unix/Command/_imagemagick @@ -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 -- cgit 1.4.1