about summary refs log tree commit diff
path: root/Completion/Unix/Command/_graphicsmagick
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-07-19 19:30:27 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-07-19 19:30:27 +0100
commit9a192dddd277b2bf94785c9d13f3bfeb41715cf2 (patch)
tree8a0dd56798972fa5ddeebd8bbbea716ca24b3725 /Completion/Unix/Command/_graphicsmagick
parentcda21a28e6998bb3e6170a8f496b7563c8483ec6 (diff)
downloadzsh-9a192dddd277b2bf94785c9d13f3bfeb41715cf2.tar.gz
zsh-9a192dddd277b2bf94785c9d13f3bfeb41715cf2.tar.xz
zsh-9a192dddd277b2bf94785c9d13f3bfeb41715cf2.zip
c.f. 31531: complete xcf files for image manipulation packages
Diffstat (limited to 'Completion/Unix/Command/_graphicsmagick')
-rw-r--r--Completion/Unix/Command/_graphicsmagick2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_graphicsmagick b/Completion/Unix/Command/_graphicsmagick
index 03b0106a3..d18ffbc7f 100644
--- a/Completion/Unix/Command/_graphicsmagick
+++ b/Completion/Unix/Command/_graphicsmagick
@@ -3,7 +3,7 @@
 local state line expl formats curcontext="$curcontext"
 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
+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:xcf:xwd:xbm:xpm:yuv
 
 if (( $# )); then
   _files "$@" -g "*.(#i)(${~formats//:/|})(-.)"