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/_xwit | |
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/_xwit')
-rw-r--r-- | Completion/X/Command/_xwit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/X/Command/_xwit b/Completion/X/Command/_xwit index 5c6a7f650..eb616adac 100644 --- a/Completion/X/Command/_xwit +++ b/Completion/X/Command/_xwit @@ -62,9 +62,9 @@ _regex_arguments _xwit_parse \ \| "/-iconname$nul/" "$guard" \ "/$word/" ':option-name:iconname:_x_name' \ \| "/-bitmap$nul/" "$guard" \ - "/$word/" ':option-bitmap:bitmap file:_files -g *.xbm' \ + "/$word/" ':option-bitmap:bitmap file:_files -g *.xbm\(-.\)' \ \| "/-mask$nul/" "$guard" \ - "/$word/" ':option-mask:mask file:_files -g *.xbm' \ + "/$word/" ':option-mask:mask file:_files -g *.xbm\(-.\)' \ \| "/-iconmove$nul/" "$guard" \ "/$word/" ':option-iconmove-x:x:' \ "/$word/" ':option-iconmove-y:y:' \ |