about summary refs log tree commit diff
path: root/Functions/Completion/__zle
blob: f677374c88c4b8053631e8c00c252e437ab2a0d7 (plain) (blame)
1
2
3
4
5
6
7
#function zle

if [[ -word 1 -N && -position 3 ]]; then
  complist -F
else
  complist -b
fi