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

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