mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
6 lines
158 B
Text
6 lines
158 B
Text
#function unhash
|
|
|
|
[[ -mword 1 -*d* ]] && complist -n
|
|
[[ -mword 1 -*a* ]] && complist -a
|
|
[[ -mword 1 -*f* ]] && complist -F
|
|
[[ ! -mword 1 -* ]] && complist -m
|