summaryrefslogtreecommitdiff
path: root/Completion/User/_imagemagick
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-05 13:38:45 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-05 13:38:45 +0000
commit9f9b6e165516c4ee59b1f5b609a6890ccc3d598f (patch)
tree86460ad1a9886e6030fc1b1d1aee57668f28aa01 /Completion/User/_imagemagick
parent04118530d4157d3494349e2628246b78465e08f8 (diff)
downloadzsh-9f9b6e165516c4ee59b1f5b609a6890ccc3d598f.tar.gz
zsh-9f9b6e165516c4ee59b1f5b609a6890ccc3d598f.zip
completion function cleanup for `_arguments' with the `-C' option and using it's return value (11195)
Diffstat (limited to 'Completion/User/_imagemagick')
-rw-r--r--Completion/User/_imagemagick4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/User/_imagemagick b/Completion/User/_imagemagick
index 36b95fdb3..cf6604e3d 100644
--- a/Completion/User/_imagemagick
+++ b/Completion/User/_imagemagick
@@ -1,6 +1,6 @@
#compdef display animate import montage convert combine mogrify xtp
-local context state line expl formats
+local state line expl formats curcontext="$curcontext"
typeset -A opt_args
# Things that could be improved:
@@ -187,7 +187,7 @@ montage)
;;
convert)
- _arguments -M 'm:{a-z}={A-Z}' \
+ _arguments -C -M 'm:{a-z}={A-Z}' \
'-adjoin[join images]' \
'-antialias[remove pixel aliasing]' \
'-append[append image sequence]' \