index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Functions
/
Completion
/
_zle
blob: bb1102e7455e414d0774251f8f2a2d9bf07fb4ab (
plain
)
1
2
3
4
5
6
7
#defcomp zle if [[ -word 1 -N && -position 3 ]]; then complist -F else complist -b fi