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: f677374c88c4b8053631e8c00c252e437ab2a0d7 (
plain
)
1
2
3
4
5
6
7
#function zle if [[ -word 1 -N && -position 3 ]]; then complist -F else complist -b fi