about summary refs log tree commit diff
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
parentcda21a28e6998bb3e6170a8f496b7563c8483ec6 (diff)
downloadzsh-9a192dddd277b2bf94785c9d13f3bfeb41715cf2.tar.gz
zsh-9a192dddd277b2bf94785c9d13f3bfeb41715cf2.tar.xz
zsh-9a192dddd277b2bf94785c9d13f3bfeb41715cf2.zip
c.f. 31531: complete xcf files for image manipulation packages
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_graphicsmagick2
-rw-r--r--Completion/Unix/Command/_imagemagick2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e5777bc52..387d3f230 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-19  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* c.f. 31531: Completion/Unix/Command/_imagemagick,
+	Completion/Unix/Command/_graphicsmagick: complete .xcf files.
+
 2013-07-19  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 31536 (plus memory leak fixed, plus test code):
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//:/|})(-.)"
diff --git a/Completion/Unix/Command/_imagemagick b/Completion/Unix/Command/_imagemagick
index 56d530326..5876adc47 100644
--- a/Completion/Unix/Command/_imagemagick
+++ b/Completion/Unix/Command/_imagemagick
@@ -11,7 +11,7 @@ typeset -A opt_args
 #
 # and certainly many other things...
 
-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//:/|})(-.)"