diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2004-01-21 13:53:28 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2004-01-21 13:53:28 +0000 |
commit | 63b336243fdf5e60058472fa456ed11e75280189 (patch) | |
tree | f101df4260c4cef5d32c63456ca98e23d6b54449 /Completion/X/Command/_xloadimage | |
parent | 1b530bf152e1ca8c9c135c58a4753899d68db8e4 (diff) | |
download | zsh-63b336243fdf5e60058472fa456ed11e75280189.tar.gz zsh-63b336243fdf5e60058472fa456ed11e75280189.tar.xz zsh-63b336243fdf5e60058472fa456ed11e75280189.zip |
19387: add (-.) glob qualifier to globs where only files are directly applicable
Diffstat (limited to 'Completion/X/Command/_xloadimage')
-rw-r--r-- | Completion/X/Command/_xloadimage | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/X/Command/_xloadimage b/Completion/X/Command/_xloadimage index 5763385e8..c7c628e4a 100644 --- a/Completion/X/Command/_xloadimage +++ b/Completion/X/Command/_xloadimage @@ -46,7 +46,7 @@ _x_arguments "$args[@]" \ '-default[set root background to default]' \ '-fit[use default visual and colormap]' \ '-fullscreen[use whole screen, surrounding image with border]' \ - "-goto[specify image to display at end]:image name:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filters})'" \ + "-goto[specify image to display at end]:image name:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filters})(-.)'" \ '(*)-help[display information on options]' \ '-identity[identify supplied images instead of displaying]' \ '-install[forcibly install image colormap on focus]' \ @@ -84,7 +84,7 @@ _x_arguments "$args[@]" \ '*-halftone[force halftone dithering]' \ '*-invert[invert a monochrome image]' \ '*-merge[merge image onto the base image]' \ - "*-name[specify image name]:picture file:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filters})'" \ + "*-name[specify image name]:picture file:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filters})(-.)'" \ '*-normalize' \ '*-rotate[rotate image clockwise]:degrees of rotation:(90 180 270)' \ - "*:picture file:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filter})'" + "*:picture file:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filter})(-.)'" |