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

if [[ "$words[2]" = -N && CURRENT -eq 3 ]]; then
  compgen -F
else
  compgen -b
fi