summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_ispell
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2004-01-21 13:53:28 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2004-01-21 13:53:28 +0000
commit63b336243fdf5e60058472fa456ed11e75280189 (patch)
treef101df4260c4cef5d32c63456ca98e23d6b54449 /Completion/Unix/Command/_ispell
parent1b530bf152e1ca8c9c135c58a4753899d68db8e4 (diff)
downloadzsh-63b336243fdf5e60058472fa456ed11e75280189.tar.gz
zsh-63b336243fdf5e60058472fa456ed11e75280189.zip
19387: add (-.) glob qualifier to globs where only files are directly applicable
Diffstat (limited to 'Completion/Unix/Command/_ispell')
-rw-r--r--Completion/Unix/Command/_ispell12
1 files changed, 6 insertions, 6 deletions
diff --git a/Completion/Unix/Command/_ispell b/Completion/Unix/Command/_ispell
index 3eacee87f..6a3e86d42 100644
--- a/Completion/Unix/Command/_ispell
+++ b/Completion/Unix/Command/_ispell
@@ -36,17 +36,17 @@ ispell)
buildhash)
_arguments \
'(-c)-s[silent operation]' \
- '(: -s)-c[count mode]:count: :affix file:_files -g \*.\(\#i\)aff' \
+ '(: -s)-c[count mode]:count: :affix file:_files -g "*.(#i)aff(-.)"' \
':raw dictionary file:_files:' \
- ':affix file:_files -g \*.\(\#i\)aff' \
- ':hashed output file:_files \*.\(\#i\)hash'
+ ':affix file:_files -g "*.(#i)aff(-.)"' \
+ ':hashed output file:_files "*.(#i)hash(-.)"'
;;
munchlist)
_arguments -s \
- '-l[specify affix file]:affix file:_files -g \*.\(\#i\)aff' \
+ '-l[specify affix file]:affix file:_files -g "*.(#i)aff(-.)"' \
'-c[specify converted output file name]:converted file name:_files' \
'-T[specify string character type]:string character type:' \
- '-s[specify strip hash file]:hash file:_files \*.\(\#i\)hash' \
+ '-s[specify strip hash file]:hash file:_files "*.(#i)hash(-.)"' \
'-D[debug mode]' \
'-v[verbose mode]' \
'-w[specify additional word characters]:word characters:' \
@@ -76,7 +76,7 @@ tryaffix)
icombine)
_arguments \
'-T[specify string character type]:string character type:' \
- ':affix file:_files -g \*.\(\#i\)aff'
+ ':affix file:_files -g "*.(#i)aff(-.)"'
;;
ijoin)
_arguments -s \