mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-23 04:51:12 +02:00
6 lines
157 B
Text
6 lines
157 B
Text
#defcomp unhash
|
|
|
|
[[ -mword 1 -*d* ]] && complist -n
|
|
[[ -mword 1 -*a* ]] && complist -a
|
|
[[ -mword 1 -*f* ]] && complist -F
|
|
[[ ! -mword 1 -* ]] && complist -m
|