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

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