mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-27 14:11:14 +01: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
|