about summary refs log tree commit diff
path: root/Completion/X/Command/_xwit
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X/Command/_xwit')
-rw-r--r--Completion/X/Command/_xwit4
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:' \