summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authordana <dana@dana.is>2026-05-30 22:30:14 -0500
committerdana <dana@dana.is>2026-05-30 23:01:56 -0500
commitb71491519026c1529a681fad405244adbfa89ffb (patch)
treef7e37303832af5b5857a80741620402865b1a8de /Completion/Unix/Command
parentunposted: _diff_options: assume diff under netbsd is gnu-like (diff)
downloadzsh-b71491519026c1529a681fad405244adbfa89ffb.tar
zsh-b71491519026c1529a681fad405244adbfa89ffb.tar.gz
zsh-b71491519026c1529a681fad405244adbfa89ffb.tar.bz2
zsh-b71491519026c1529a681fad405244adbfa89ffb.tar.lz
zsh-b71491519026c1529a681fad405244adbfa89ffb.tar.xz
zsh-b71491519026c1529a681fad405244adbfa89ffb.tar.zst
zsh-b71491519026c1529a681fad405244adbfa89ffb.zip
unposted: _imagemagick: support .heic extensionHEADmaster
based on this patch by ryoon <ryoon@pkgsrc.org>: https://github.com/NetBSD/pkgsrc/blob/c34c295d1287bdf1/shells/zsh/patches/patch-Completion_Unix_Command___imagemagick
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_imagemagick2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_imagemagick b/Completion/Unix/Command/_imagemagick
index 6553868d9..958b2741d 100644
--- a/Completion/Unix/Command/_imagemagick
+++ b/Completion/Unix/Command/_imagemagick
@@ -12,7 +12,7 @@ typeset -A opt_args
#
# and certainly many other things...
-formats=(jpg jpeg jp2 j2k jpc jpx jpf tif 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 svg webp)
+formats=(jpg jpeg jp2 j2k jpc jpx jpf tif tiff miff ras bmp cgm dcx ps eps fig fits fpx gif heic mpeg pbm pgm ppm pcd pcl pdf pcx png rad rgb rgba rle sgi html shtml tga ttf uil xcf xwd xbm xpm yuv svg webp)
if (( $# )); then
_files "$@" -g "*.(#i)(${(j:|:)formats})(-.)"