about summary refs log tree commit diff
path: root/Completion/Unix/Type/_texi
blob: fb9c488ca2cd9b766073288b7409b199ade1477b (plain) (blame)
1
2
3
4
5
6
#compdef -P (texi(2*|ndex))

local expl

_description files expl 'texinfo file'
_files "$expl[@]" -g '*.(texinfo|texi)(-.)'